#2B0D8E

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

Shades of Persian Indigo #2B0D8E

Tints of Persian Indigo #2B0D8E

Color information

#2B0D8E (or 0x2B0D8E) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0D and 8E. RGB value is (43,13,142). Sum of RGB (Red+Green+Blue) = 43+13+142=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 142 (55.86% from 255 or 71.72% from 198); Max value from RGB is 142 - color contains mainly: blue. Hex color #2B0D8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0D8E is #D4F271. Grayscale: #242424. Windows color (decimal): -13955698 or 9309483. OLE color: 9309483.

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

Color convert

RGB4313142-
CMYK0.700.9100.44
HSL253.95º83.23%30.39%-
HSV(B)253.95º90.85%55.69%-
XYZ6.022.7525.81-
YUV36.68187.44132.51-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 142 (55.86% from 255) = 71.72%
R=21.72%
G=6.57%
B=71.72%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal43131420.700.9100.44253.9583.2330.39
Hex2BD8E465B02Cfe531e
Octal531521610613305437612336
Binary10101111011000111010001101011011010110011111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,13,142); }

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

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

 a { background-color: rgb(43,13,142); }

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

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

 span { border-color: rgb(43,13,142); }

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