#3B1575

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

Shades of Persian Indigo #3B1575

Tints of Persian Indigo #3B1575

Color information

#3B1575 (or 0x3B1575) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 75. RGB value is (59,21,117). Sum of RGB (Red+Green+Blue) = 59+21+117=197 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.95% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #3B1575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1575 is #C4EA8A. Grayscale: #2A2A2A. Windows color (decimal): -12905099 or 7673147. OLE color: 7673147.

HSL color Cylindrical-coordinate representation of color #3B1575: hue angle of 263.75º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3B1575 is Cyan = 0.50, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5921117-
CMYK0.500.8200.54
HSL263.75º69.57%27.06%-
HSV(B)263.75º82.05%45.88%-
XYZ5.282.7517.08-
YUV43.31169.59139.19-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.95%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=29.95%
G=10.66%
B=59.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal59211170.500.8200.54263.7569.5727.06
Hex3B15753252036108461b
Octal73251656212206641010633
Binary11101110101111010111001010100100110110100001000100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,21,117); }

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

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

 a { background-color: rgb(59,21,117); }

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

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

 span { border-color: rgb(59,21,117); }

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