#2B2083

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

Shades of Persian Indigo #2B2083

Tints of Persian Indigo #2B2083

Color information

#2B2083 (or 0x2B2083) is unknown color: approx Persian Indigo. HEX triplet: 2B, 20 and 83. RGB value is (43,32,131). Sum of RGB (Red+Green+Blue) = 43+32+131=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 131 (51.56% from 255 or 63.59% from 206); Max value from RGB is 131 - color contains mainly: blue. Hex color #2B2083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2083 is #D4DF7C. Grayscale: #2E2E2E. Windows color (decimal): -13950845 or 8593451. OLE color: 8593451.

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

Color convert

RGB4332131-
CMYK0.670.7600.49
HSL246.67º60.74%31.96%-
HSV(B)246.67º75.57%51.37%-
XYZ5.613.1921.79-
YUV46.58175.64125.45-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 20.87%
GREEN value IS 32 (12.89% from 255) = 15.53%
BLUE value IS 131 (51.56% from 255) = 63.59%
R=20.87%
G=15.53%
B=63.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal43321310.670.7600.49246.6760.7431.96
Hex2B2083434C031f73d20
Octal53402031031140613677540
Binary1010111000001000001110000111001100011000111110111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,32,131); }

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

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

 a { background-color: rgb(43,32,131); }

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

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

 span { border-color: rgb(43,32,131); }

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