#3b1c95

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

Shades of Persian Indigo #3B1C95

Tints of Persian Indigo #3B1C95

Color information

#3B1C95 (or 0x3B1C95) is unknown color: approx Persian Indigo. HEX triplet: 3B, 1C and 95. RGB value is (59,28,149). Sum of RGB (Red+Green+Blue) = 59+28+149=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 28 (11.33% from 255 or 11.86% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B1C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B1C95 is #C4E36A. Grayscale: #323232. Windows color (decimal): -12903275 or 9772091. OLE color: 9772091.

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

Color convert

RGB5928149-
CMYK0.600.8100.42
HSL255.37º68.36%34.71%-
HSV(B)255.37º81.21%58.43%-
XYZ7.643.9328.79-
YUV51.06183.27133.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 28 (11.33% from 255) = 11.86%
BLUE value IS 149 (58.59% from 255) = 63.14%
R=25%
G=11.86%
B=63.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59281490.600.8100.42255.3768.3634.71
Hex3B1C953C5102Aff4423
Octal73342257412105237710443
Binary111011111001001010111110010100010101010111111111000100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b1c95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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