#3712A2

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

Shades of Persian Indigo #3712A2

Tints of Persian Indigo #3712A2

Color information

#3712A2 (or 0x3712A2) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and A2. RGB value is (55,18,162). Sum of RGB (Red+Green+Blue) = 55+18+162=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 162 (63.67% from 255 or 68.94% from 235); Max value from RGB is 162 - color contains mainly: blue. Hex color #3712A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3712A2 is #C8ED5D. Grayscale: #2C2C2C. Windows color (decimal): -13167966 or 10621495. OLE color: 10621495.

HSL color Cylindrical-coordinate representation of color #3712A2: hue angle of 255.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3712A2 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5518162-
CMYK0.660.8900.36
HSL255.42º80%35.29%-
HSV(B)255.42º88.89%63.53%-
XYZ8.313.8534.49-
YUV45.48193.76134.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 162 (63.67% from 255) = 68.94%
R=23.40%
G=7.66%
B=68.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal55181620.660.8900.36255.428035.29
Hex3712A24259024ff5023
Octal672224210213104437712043
Binary1101111001010100010100001010110010100100111111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3712A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,18,162); }

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

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

 a { background-color: rgb(55,18,162); }

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

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

 span { border-color: rgb(55,18,162); }

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