#3B1195

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

Shades of Persian Indigo #3B1195

Tints of Persian Indigo #3B1195

Color information

#3B1195 (or 0x3B1195) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and 95. RGB value is (59,17,149). Sum of RGB (Red+Green+Blue) = 59+17+149=225 (29% of max value = 765). Red value is 59 (23.44% from 255 or 26.22% from 225); Green value is 17 (7.03% from 255 or 7.56% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1195 is #C4EE6A. Grayscale: #2C2C2C. Windows color (decimal): -12906091 or 9769275. OLE color: 9769275.

HSL color Cylindrical-coordinate representation of color #3B1195: hue angle of 259.09º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B1195 is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5917149-
CMYK0.600.8900.42
HSL259.09º79.52%32.55%-
HSV(B)259.09º88.59%58.43%-
XYZ7.433.528.72-
YUV44.61186.91138.27-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 26.22%
GREEN value IS 17 (7.03% from 255) = 7.56%
BLUE value IS 149 (58.59% from 255) = 66.22%
R=26.22%
G=7.56%
B=66.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59171490.600.8900.42259.0979.5232.55
Hex3B11953C5902A1035021
Octal73212257413105240312041
Binary1110111000110010101111100101100101010101000000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,149); }

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

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

 a { background-color: rgb(59,17,149); }

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

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

 span { border-color: rgb(59,17,149); }

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