#3B0E9A

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

Shades of Persian Indigo #3B0E9A

Tints of Persian Indigo #3B0E9A

Color information

#3B0E9A (or 0x3B0E9A) is unknown color: approx Persian Indigo. HEX triplet: 3B, 0E and 9A. RGB value is (59,14,154). Sum of RGB (Red+Green+Blue) = 59+14+154=227 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.99% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 154 (60.55% from 255 or 67.84% from 227); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B0E9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B0E9A is #C4F165. Grayscale: #2A2A2A. Windows color (decimal): -12906854 or 10096187. OLE color: 10096187.

HSL color Cylindrical-coordinate representation of color #3B0E9A: hue angle of 259.29º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3B0E9A is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5914154-
CMYK0.620.9100.40
HSL259.29º83.33%32.94%-
HSV(B)259.29º90.91%60.39%-
XYZ7.793.5830.85-
YUV43.42190.41139.12-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.99%
GREEN value IS 14 (5.86% from 255) = 6.17%
BLUE value IS 154 (60.55% from 255) = 67.84%
R=25.99%
G=6.17%
B=67.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal59141540.620.9100.40259.2983.3332.94
Hex3BE9A3E5B0281035321
Octal73162327613305040312341
Binary111011111010011010111110101101101010001000000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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