#2B227F

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

Shades of Persian Indigo #2B227F

Tints of Persian Indigo #2B227F

Color information

#2B227F (or 0x2B227F) is unknown color: approx Persian Indigo. HEX triplet: 2B, 22 and 7F. RGB value is (43,34,127). Sum of RGB (Red+Green+Blue) = 43+34+127=204 (27% of max value = 765). Red value is 43 (17.19% from 255 or 21.08% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 127 (50% from 255 or 62.25% from 204); Max value from RGB is 127 - color contains mainly: blue. Hex color #2B227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B227F is #D4DD80. Grayscale: #2E2E2E. Windows color (decimal): -13950337 or 8331819. OLE color: 8331819.

HSL color Cylindrical-coordinate representation of color #2B227F: hue angle of 245.81º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B227F is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4334127-
CMYK0.660.7300.50
HSL245.81º57.76%31.57%-
HSV(B)245.81º73.23%49.8%-
XYZ5.43.1920.41-
YUV47.29172.98124.94-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.08%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 127 (50% from 255) = 62.25%
R=21.08%
G=16.67%
B=62.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal43341270.660.7300.50245.8157.7631.57
Hex2B227F4249032f63a20
Octal53421771021110623667240
Binary101011100010111111110000101001001011001011110110111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B227F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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