#2B0884

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

Shades of Persian Indigo #2B0884

Tints of Persian Indigo #2B0884

Color information

#2B0884 (or 0x2B0884) is unknown color: approx Persian Indigo. HEX triplet: 2B, 08 and 84. RGB value is (43,8,132). Sum of RGB (Red+Green+Blue) = 43+8+132=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B0884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0884 is #D4F77B. Grayscale: #202020. Windows color (decimal): -13956988 or 8652843. OLE color: 8652843.

HSL color Cylindrical-coordinate representation of color #2B0884: hue angle of 256.94º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0884 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB438132-
CMYK0.670.9400.48
HSL256.94º88.57%27.45%-
HSV(B)256.94º93.94%51.76%-
XYZ5.252.3522.01-
YUV32.6184.1135.42-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.50%
GREEN value IS 8 (3.52% from 255) = 4.37%
BLUE value IS 132 (51.95% from 255) = 72.13%
R=23.50%
G=4.37%
B=72.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4381320.670.9400.48256.9488.5727.45
Hex2B884435E030101591b
Octal531020410313606040113133
Binary101011100010000100100001110111100110000100000001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,132); }

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

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

 a { background-color: rgb(43,8,132); }

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

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

 span { border-color: rgb(43,8,132); }

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