#3B108A

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

Shades of Persian Indigo #3B108A

Tints of Persian Indigo #3B108A

Color information

#3B108A (or 0x3B108A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 10 and 8A. RGB value is (59,16,138). Sum of RGB (Red+Green+Blue) = 59+16+138=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 138 (54.30% from 255 or 64.79% from 213); Max value from RGB is 138 - color contains mainly: blue. Hex color #3B108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B108A is #C4EF75. Grayscale: #2A2A2A. Windows color (decimal): -12906358 or 9048123. OLE color: 9048123.

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

Color convert

RGB5916138-
CMYK0.570.8800.46
HSL261.15º79.22%30.2%-
HSV(B)261.15º88.41%54.12%-
XYZ6.583.1424.3-
YUV42.76181.75139.58-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 27.70%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 138 (54.30% from 255) = 64.79%
R=27.70%
G=7.51%
B=64.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal59161380.570.8800.46261.1579.2230.2
Hex3B108A395802E1054f1e
Octal73202127113005640511736
Binary111011100001000101011100110110000101110100000101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B108A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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