#3715A0

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

Shades of Persian Indigo #3715A0

Tints of Persian Indigo #3715A0

Color information

#3715A0 (or 0x3715A0) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and A0. RGB value is (55,21,160). Sum of RGB (Red+Green+Blue) = 55+21+160=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 21 (8.59% from 255 or 8.90% from 236); Blue value is 160 (62.89% from 255 or 67.80% from 236); Max value from RGB is 160 - color contains mainly: blue. Hex color #3715A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3715A0 is #C8EA5F. Grayscale: #2E2E2E. Windows color (decimal): -13167200 or 10491191. OLE color: 10491191.

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

Color convert

RGB5521160-
CMYK0.660.8700.37
HSL254.68º76.8%35.49%-
HSV(B)254.68º86.87%62.75%-
XYZ8.193.8933.58-
YUV47.01191.76133.7-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 21 (8.59% from 255) = 8.90%
BLUE value IS 160 (62.89% from 255) = 67.80%
R=23.31%
G=8.90%
B=67.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal55211600.660.8700.37254.6876.835.49
Hex3715A04257025ff4d23
Octal672524010212704537711543
Binary1101111010110100000100001010101110100101111111111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3715A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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