#2B1882

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

Shades of Persian Indigo #2B1882

Tints of Persian Indigo #2B1882

Color information

#2B1882 (or 0x2B1882) is unknown color: approx Persian Indigo. HEX triplet: 2B, 18 and 82. RGB value is (43,24,130). Sum of RGB (Red+Green+Blue) = 43+24+130=197 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.83% from 197); Green value is 24 (9.77% from 255 or 12.18% from 197); Blue value is 130 (51.17% from 255 or 65.99% from 197); Max value from RGB is 130 - color contains mainly: blue. Hex color #2B1882 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1882 is #D4E77D. Grayscale: #292929. Windows color (decimal): -13952894 or 8525867. OLE color: 8525867.

HSL color Cylindrical-coordinate representation of color #2B1882: hue angle of 250.75º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B1882 is Cyan = 0.67, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4324130-
CMYK0.670.8200.49
HSL250.75º68.83%30.2%-
HSV(B)250.75º81.54%50.98%-
XYZ5.352.7821.37-
YUV41.76177.79128.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.83%
GREEN value IS 24 (9.77% from 255) = 12.18%
BLUE value IS 130 (51.17% from 255) = 65.99%
R=21.83%
G=12.18%
B=65.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43241300.670.8200.49250.7568.8330.2
Hex2B18824352031fb451e
Octal533020210312206137310536
Binary101011110001000001010000111010010011000111111011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,130); }

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

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

 a { background-color: rgb(43,24,130); }

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

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

 span { border-color: rgb(43,24,130); }

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