#3707A0

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

Shades of Persian Indigo #3707A0

Tints of Persian Indigo #3707A0

Color information

#3707A0 (or 0x3707A0) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and A0. RGB value is (55,7,160). Sum of RGB (Red+Green+Blue) = 55+7+160=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #3707A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3707A0 is #C8F85F. Grayscale: #262626. Windows color (decimal): -13170784 or 10487607. OLE color: 10487607.

HSL color Cylindrical-coordinate representation of color #3707A0: hue angle of 258.82º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3707A0 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB557160-
CMYK0.660.9600.37
HSL258.82º91.62%32.75%-
HSV(B)258.82º95.63%62.75%-
XYZ83.533.51-
YUV38.79196.4139.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.77%
GREEN value IS 7 (3.12% from 255) = 3.15%
BLUE value IS 160 (62.89% from 255) = 72.07%
R=24.77%
G=3.15%
B=72.07%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5571600.660.9600.37258.8291.6232.75
Hex377A042600251035c21
Octal67724010214004540313441
Binary110111111101000001000010110000001001011000000111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3707A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3707A0; }

 p { color: rgb(55,7,160); }

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

<style>
 a { background-color: #3707A0; }

 a { background-color: rgb(55,7,160); }

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

<style>
 span { border-color: #3707A0; }

 span { border-color: rgb(55,7,160); }

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