#3B1895

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

Shades of Persian Indigo #3B1895

Tints of Persian Indigo #3B1895

Color information

#3B1895 (or 0x3B1895) is unknown color: approx Persian Indigo. HEX triplet: 3B, 18 and 95. RGB value is (59,24,149). Sum of RGB (Red+Green+Blue) = 59+24+149=232 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.43% from 232); Green value is 24 (9.77% from 255 or 10.34% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B1895 is #C4E76A. Grayscale: #303030. Windows color (decimal): -12904299 or 9771067. OLE color: 9771067.

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

Color convert

RGB5924149-
CMYK0.600.8400.42
HSL256.8º72.25%33.92%-
HSV(B)256.8º83.89%58.43%-
XYZ7.563.7528.76-
YUV48.72184.6135.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.43%
GREEN value IS 24 (9.77% from 255) = 10.34%
BLUE value IS 149 (58.59% from 255) = 64.22%
R=25.43%
G=10.34%
B=64.22%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59241490.600.8400.42256.872.2533.92
Hex3B18953C5402A1014822
Octal73302257412405240111042
Binary1110111100010010101111100101010001010101000000011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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