#2B1A90

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

Shades of Persian Indigo #2B1A90

Tints of Persian Indigo #2B1A90

Color information

#2B1A90 (or 0x2B1A90) is unknown color: approx Persian Indigo. HEX triplet: 2B, 1A and 90. RGB value is (43,26,144). Sum of RGB (Red+Green+Blue) = 43+26+144=213 (28% of max value = 765). Red value is 43 (17.19% from 255 or 20.19% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 144 (56.64% from 255 or 67.61% from 213); Max value from RGB is 144 - color contains mainly: blue. Hex color #2B1A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B1A90 is #D4E56F. Grayscale: #2C2C2C. Windows color (decimal): -13952368 or 9443883. OLE color: 9443883.

HSL color Cylindrical-coordinate representation of color #2B1A90: hue angle of 248.64º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1A90 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4326144-
CMYK0.700.8200.44
HSL248.64º69.41%33.33%-
HSV(B)248.64º81.94%56.47%-
XYZ6.43.2726.68-
YUV44.54184.13126.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.19%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 144 (56.64% from 255) = 67.61%
R=20.19%
G=12.21%
B=67.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43261440.700.8200.44248.6469.4133.33
Hex2B1A90465202Cf94521
Octal533222010612205437110541
Binary1010111101010010000100011010100100101100111110011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,26,144); }

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

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

 a { background-color: rgb(43,26,144); }

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

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

 span { border-color: rgb(43,26,144); }

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