#2B228E

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

Shades of Persian Indigo #2B228E

Tints of Persian Indigo #2B228E

Color information

#2B228E (or 0x2B228E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 22 and 8E. RGB value is (43,34,142). Sum of RGB (Red+Green+Blue) = 43+34+142=219 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.63% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B228E is #D4DD71. Grayscale: #303030. Windows color (decimal): -13950322 or 9314859. OLE color: 9314859.

HSL color Cylindrical-coordinate representation of color #2B228E: hue angle of 245º 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 #2B228E is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4334142-
CMYK0.700.7600.44
HSL245º61.36%34.51%-
HSV(B)245º76.06%55.69%-
XYZ6.453.6125.95-
YUV49180.48123.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 19.63%
GREEN value IS 34 (13.67% from 255) = 15.53%
BLUE value IS 142 (55.86% from 255) = 64.84%
R=19.63%
G=15.53%
B=64.84%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43341420.700.7600.4424561.3634.51
Hex2B228E464C02Cf53d23
Octal53422161061140543657543
Binary1010111000101000111010001101001100010110011110101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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