#2B2484

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

Shades of Persian Indigo #2B2484

Tints of Persian Indigo #2B2484

Color information

#2B2484 (or 0x2B2484) is unknown color: approx Persian Indigo. HEX triplet: 2B, 24 and 84. RGB value is (43,36,132). Sum of RGB (Red+Green+Blue) = 43+36+132=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 132 (51.95% from 255 or 62.56% from 211); Max value from RGB is 132 - color contains mainly: blue. Hex color #2B2484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2484 is #D4DB7B. Grayscale: #303030. Windows color (decimal): -13949820 or 8660011. OLE color: 8660011.

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

Color convert

RGB4336132-
CMYK0.670.7300.48
HSL244.38º57.14%32.94%-
HSV(B)244.38º72.73%51.76%-
XYZ5.793.4422.19-
YUV49.04174.82123.69-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.38%
GREEN value IS 36 (14.45% from 255) = 17.06%
BLUE value IS 132 (51.95% from 255) = 62.56%
R=20.38%
G=17.06%
B=62.56%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal43361320.670.7300.48244.3857.1432.94
Hex2B24844349030f43921
Octal53442041031110603647141
Binary1010111001001000010010000111001001011000011110100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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