#3706A4

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

Shades of Persian Indigo #3706A4

Tints of Persian Indigo #3706A4

Color information

#3706A4 (or 0x3706A4) is unknown color: approx Persian Indigo. HEX triplet: 37, 06 and A4. RGB value is (55,6,164). Sum of RGB (Red+Green+Blue) = 55+6+164=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 164 (64.45% from 255 or 72.89% from 225); Max value from RGB is 164 - color contains mainly: blue. Hex color #3706A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3706A4 is #C8F95B. Grayscale: #262626. Windows color (decimal): -13171036 or 10749495. OLE color: 10749495.

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

Color convert

RGB556164-
CMYK0.660.9600.36
HSL258.61º92.94%33.33%-
HSV(B)258.61º96.34%64.31%-
XYZ8.343.6235.38-
YUV38.66198.73139.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 164 (64.45% from 255) = 72.89%
R=24.44%
G=2.67%
B=72.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5561640.660.9600.36258.6192.9433.33
Hex376A442600241035d21
Octal67624410214004440313541
Binary110111110101001001000010110000001001001000000111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3706A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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