#2B1992

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

Shades of Persian Indigo #2B1992

Tints of Persian Indigo #2B1992

Color information

#2B1992 (or 0x2B1992) is unknown color: approx Persian Indigo. HEX triplet: 2B, 19 and 92. RGB value is (43,25,146). Sum of RGB (Red+Green+Blue) = 43+25+146=214 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.09% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #2B1992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1992 is #D4E66D. Grayscale: #2B2B2B. Windows color (decimal): -13952622 or 9574699. OLE color: 9574699.

HSL color Cylindrical-coordinate representation of color #2B1992: hue angle of 248.93º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B1992 is Cyan = 0.71, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4325146-
CMYK0.710.8300.43
HSL248.93º70.76%33.53%-
HSV(B)248.93º82.88%57.25%-
XYZ6.533.2827.48-
YUV44.18185.46127.16-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.09%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=20.09%
G=11.68%
B=68.22%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal43251460.710.8300.43248.9370.7633.53
Hex2B1992475302Bf94722
Octal533122210712305337110742
Binary1010111100110010010100011110100110101011111110011000111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,25,146); }

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

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

 a { background-color: rgb(43,25,146); }

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

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

 span { border-color: rgb(43,25,146); }

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