#3B1774

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

Shades of Persian Indigo #3B1774

Tints of Persian Indigo #3B1774

Color information

#3B1774 (or 0x3B1774) is unknown color: approx Persian Indigo. HEX triplet: 3B, 17 and 74. RGB value is (59,23,116). Sum of RGB (Red+Green+Blue) = 59+23+116=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #3B1774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B1774 is #C4E88B. Grayscale: #2C2C2C. Windows color (decimal): -12904588 or 7608123. OLE color: 7608123.

HSL color Cylindrical-coordinate representation of color #3B1774: hue angle of 263.23º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3B1774 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5923116-
CMYK0.490.8000.55
HSL263.23º66.91%27.25%-
HSV(B)263.23º80.17%45.49%-
XYZ5.262.816.79-
YUV44.37168.43138.44-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 29.80%
GREEN value IS 23 (9.38% from 255) = 11.62%
BLUE value IS 116 (45.70% from 255) = 58.59%
R=29.80%
G=11.62%
B=58.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal59231160.490.8000.55263.2366.9127.25
Hex3B17743150037107431b
Octal73271646112006740710333
Binary11101110111111010011000110100000110111100000111100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B1774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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