#3B0E72

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

Shades of Persian Indigo #3B0E72

Tints of Persian Indigo #3B0E72

Color information

#3B0E72 (or 0x3B0E72) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0E and 72. RGB value is (59,14,114). Sum of RGB (Red+Green+Blue) = 59+14+114=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 14 (5.86% from 255 or 7.49% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #3B0E72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0E72 is #C4F18D. Grayscale: #262626. Windows color (decimal): -12906894 or 7474747. OLE color: 7474747.

HSL color Cylindrical-coordinate representation of color #3B0E72: hue angle of 267º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3B0E72 is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5914114-
CMYK0.480.8800.55
HSL267º78.12%25.1%-
HSV(B)267º87.72%44.71%-
XYZ52.4616.13-
YUV38.85170.41142.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.55%
GREEN value IS 14 (5.86% from 255) = 7.49%
BLUE value IS 114 (44.92% from 255) = 60.96%
R=31.55%
G=7.49%
B=60.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59141140.480.8800.5526778.1225.1
Hex3BE72305803710b4e19
Octal73161626013006741311631
Binary1110111110111001011000010110000110111100001011100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,14,114); }

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

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

 a { background-color: rgb(59,14,114); }

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

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

 span { border-color: rgb(59,14,114); }

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