#3712A4

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

Shades of Persian Indigo #3712A4

Tints of Persian Indigo #3712A4

Color information

#3712A4 (or 0x3712A4) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and A4. RGB value is (55,18,164). Sum of RGB (Red+Green+Blue) = 55+18+164=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 164 (64.45% from 255 or 69.20% from 237); Max value from RGB is 164 - color contains mainly: blue. Hex color #3712A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3712A4 is #C8ED5B. Grayscale: #2D2D2D. Windows color (decimal): -13167964 or 10752567. OLE color: 10752567.

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

Color convert

RGB5518164-
CMYK0.660.8900.36
HSL255.21º80.22%35.69%-
HSV(B)255.21º89.02%64.31%-
XYZ8.493.9335.43-
YUV45.71194.76134.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 164 (64.45% from 255) = 69.20%
R=23.21%
G=7.59%
B=69.20%

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
Decimal55181640.660.8900.36255.2180.2235.69
Hex3712A44259024ff5024
Octal672224410213104437712044
Binary1101111001010100100100001010110010100100111111111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3712A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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