#3318A2

Color #3318A2 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #3318A2

Tints of Persian Indigo #3318A2

Color information

#3318A2 (or 0x3318A2) is unknown color: approx Persian Indigo. HEX triplet: 33, 18 and A2. RGB value is (51,24,162). Sum of RGB (Red+Green+Blue) = 51+24+162=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 162 (63.67% from 255 or 68.35% from 237); Max value from RGB is 162 - color contains mainly: blue. Hex color #3318A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3318A2 is #CCE75D. Grayscale: #2F2F2F. Windows color (decimal): -13428574 or 10623027. OLE color: 10623027.

HSL color Cylindrical-coordinate representation of color #3318A2: hue angle of 251.74º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3318A2 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5124162-
CMYK0.690.8500.36
HSL251.74º74.19%36.47%-
HSV(B)251.74º85.19%63.53%-
XYZ8.213.9734.51-
YUV47.8192.45130.28-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.52%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 162 (63.67% from 255) = 68.35%
R=21.52%
G=10.13%
B=68.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51241620.690.8500.36251.7474.1936.47
Hex3318A24555024fc4a24
Octal633024210512504437411244
Binary1100111100010100010100010110101010100100111111001001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3318A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3318A2; }

 p { color: rgb(51,24,162); }

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

<style>
 a { background-color: #3318A2; }

 a { background-color: rgb(51,24,162); }

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

<style>
 span { border-color: #3318A2; }

 span { border-color: rgb(51,24,162); }

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