#3717A0

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

Shades of Persian Indigo #3717A0

Tints of Persian Indigo #3717A0

Color information

#3717A0 (or 0x3717A0) is unknown color: approx Persian Indigo. HEX triplet: 37, 17 and A0. RGB value is (55,23,160). Sum of RGB (Red+Green+Blue) = 55+23+160=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 160 (62.89% from 255 or 67.23% from 238); Max value from RGB is 160 - color contains mainly: blue. Hex color #3717A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3717A0 is #C8E85F. Grayscale: #2F2F2F. Windows color (decimal): -13166688 or 10491703. OLE color: 10491703.

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

Color convert

RGB5523160-
CMYK0.660.8600.37
HSL254.01º74.86%35.88%-
HSV(B)254.01º85.62%62.75%-
XYZ8.233.9633.59-
YUV48.19191.1132.86-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 23 (9.38% from 255) = 9.66%
BLUE value IS 160 (62.89% from 255) = 67.23%
R=23.11%
G=9.66%
B=67.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55231600.660.8600.37254.0174.8635.88
Hex3717A04256025fe4b24
Octal672724010212604537611344
Binary1101111011110100000100001010101100100101111111101001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3717A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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