#3B228E

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

Shades of Persian Indigo #3B228E

Tints of Persian Indigo #3B228E

Color information

#3B228E (or 0x3B228E) is unknown color: approx Persian Indigo. HEX triplet: 3B, 22 and 8E. RGB value is (59,34,142). Sum of RGB (Red+Green+Blue) = 59+34+142=235 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25.11% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B228E is #C4DD71. Grayscale: #353535. Windows color (decimal): -12901746 or 9314875. OLE color: 9314875.

HSL color Cylindrical-coordinate representation of color #3B228E: hue angle of 253.89º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3B228E is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5934142-
CMYK0.580.7600.44
HSL253.89º61.36%34.51%-
HSV(B)253.89º76.06%55.69%-
XYZ7.264.0325.99-
YUV53.79177.78131.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.11%
GREEN value IS 34 (13.67% from 255) = 14.47%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=25.11%
G=14.47%
B=60.43%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59341420.580.7600.44253.8961.3634.51
Hex3B228E3A4C02Cfe3d23
Octal7342216721140543767543
Binary111011100010100011101110101001100010110011111110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,34,142); }

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

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

 a { background-color: rgb(59,34,142); }

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

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

 span { border-color: rgb(59,34,142); }

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