#3B0A74

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

Shades of Persian Indigo #3B0A74

Tints of Persian Indigo #3B0A74

Color information

#3B0A74 (or 0x3B0A74) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0A and 74. RGB value is (59,10,116). Sum of RGB (Red+Green+Blue) = 59+10+116=185 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.89% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B0A74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B0A74 is #C4F58B. Grayscale: #242424. Windows color (decimal): -12907916 or 7604795. OLE color: 7604795.

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

Color convert

RGB5910116-
CMYK0.490.9100.55
HSL267.74º84.13%24.71%-
HSV(B)267.74º91.38%45.49%-
XYZ5.062.4116.72-
YUV36.74172.73143.88-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 31.89%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 116 (45.70% from 255) = 62.70%
R=31.89%
G=5.41%
B=62.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59101160.490.9100.55267.7484.1324.71
Hex3BA74315B03710c5419
Octal73121646113306741412431
Binary1110111010111010011000110110110110111100001100101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,10,116); }

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

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

 a { background-color: rgb(59,10,116); }

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

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

 span { border-color: rgb(59,10,116); }

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