#3315C3

Color #3315C3 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #3315C3

Tints of Persian Blue #3315C3

Color information

#3315C3 (or 0x3315C3) is unknown color: approx Persian Blue. HEX triplet: 33, 15 and C3. RGB value is (51,21,195). Sum of RGB (Red+Green+Blue) = 51+21+195=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 195 (76.56% from 255 or 73.03% from 267); Max value from RGB is 195 - color contains mainly: blue. Hex color #3315C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3315C3 is #CCEA3C. Grayscale: #313131. Windows color (decimal): -13429309 or 12784947. OLE color: 12784947.

HSL color Cylindrical-coordinate representation of color #3315C3: hue angle of 250.34º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3315C3 is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5121195-
CMYK0.740.8900.24
HSL250.34º80.56%42.35%-
HSV(B)250.34º89.23%76.47%-
XYZ11.485.1852.02-
YUV49.81209.94128.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 51 (20.31% from 255) = 19.10%
GREEN value IS 21 (8.59% from 255) = 7.87%
BLUE value IS 195 (76.56% from 255) = 73.03%
R=19.10%
G=7.87%
B=73.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal51211950.740.8900.24250.3480.5642.35
Hex3315C34A59018fa512a
Octal632530311213103037212152
Binary110011101011100001110010101011001011000111110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3315C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3315C3; }

 p { color: rgb(51,21,195); }

 H1.HeaderClassName
 {
   color: #3315C3;
 }
 .AnyTagClassName
 {
   color: #3315C3;
 }
</style>
background-color css

<style>
 a { background-color: #3315C3; }

 a { background-color: rgb(51,21,195); }

 div.DivClassName
 {
   background-color: #3315C3;
 }
 .BgClassName
 {
   background-color: #3315C3;
 }
</style>
border-color css

<style>
 span { border-color: #3315C3; }

 span { border-color: rgb(51,21,195); }

 td.TdClassName
 {
   border-color: #3315C3;
 }
 .TagClassName
 {
   border-color: #3315C3;
 }
</style>