#3B158A

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

Shades of Persian Indigo #3B158A

Tints of Persian Indigo #3B158A

Color information

#3B158A (or 0x3B158A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 15 and 8A. RGB value is (59,21,138). Sum of RGB (Red+Green+Blue) = 59+21+138=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 138 (54.30% from 255 or 63.30% from 218); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B158A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B158A is #C4EA75. Grayscale: #2D2D2D. Windows color (decimal): -12905078 or 9049403. OLE color: 9049403.

HSL color Cylindrical-coordinate representation of color #3B158A: hue angle of 259.49º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B158A is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5921138-
CMYK0.570.8500.46
HSL259.49º73.58%31.18%-
HSV(B)259.49º84.78%54.12%-
XYZ6.663.324.33-
YUV45.7180.09137.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.06%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 138 (54.30% from 255) = 63.30%
R=27.06%
G=9.63%
B=63.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59211380.570.8500.46259.4973.5831.18
Hex3B158A395502E1034a1f
Octal73252127112505640311237
Binary111011101011000101011100110101010101110100000011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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