#3B17A0

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

Shades of Persian Indigo #3B17A0

Tints of Persian Indigo #3B17A0

Color information

#3B17A0 (or 0x3B17A0) is unknown color: approx Persian Indigo. HEX triplet: 3B, 17 and A0. RGB value is (59,23,160). Sum of RGB (Red+Green+Blue) = 59+23+160=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 160 (62.89% from 255 or 66.12% from 242); Max value from RGB is 160 - color contains mainly: blue. Hex color #3B17A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B17A0 is #C4E85F. Grayscale: #303030. Windows color (decimal): -12904544 or 10491707. OLE color: 10491707.

HSL color Cylindrical-coordinate representation of color #3B17A0: hue angle of 255.77º 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 #3B17A0 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB5923160-
CMYK0.630.8600.37
HSL255.77º74.86%35.88%-
HSV(B)255.77º85.62%62.75%-
XYZ8.464.0833.6-
YUV49.38190.43134.86-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.38%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 160 (62.89% from 255) = 66.12%
R=24.38%
G=9.50%
B=66.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal59231600.630.8600.37255.7774.8635.88
Hex3B17A03F560251004b24
Octal73272407712604540011344
Binary1110111011110100000111111101011001001011000000001001011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B17A0; }

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

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

<style>
 a { background-color: #3B17A0; }

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

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

<style>
 span { border-color: #3B17A0; }

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

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