#2B0B88

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

Shades of Persian Indigo #2B0B88

Tints of Persian Indigo #2B0B88

Color information

#2B0B88 (or 0x2B0B88) is unknown color: approx Persian Indigo. HEX triplet: 2B, 0B and 88. RGB value is (43,11,136). Sum of RGB (Red+Green+Blue) = 43+11+136=190 (25% of max value = 765). Red value is 43 (17.19% from 255 or 22.63% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B0B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0B88 is #D4F477. Grayscale: #222222. Windows color (decimal): -13956216 or 8915755. OLE color: 8915755.

HSL color Cylindrical-coordinate representation of color #2B0B88: hue angle of 255.36º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B0B88 is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4311136-
CMYK0.680.9200.47
HSL255.36º85.03%28.82%-
HSV(B)255.36º91.91%53.33%-
XYZ5.562.5323.49-
YUV34.82185.1133.84-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 22.63%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 136 (53.52% from 255) = 71.58%
R=22.63%
G=5.79%
B=71.58%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43111360.680.9200.47255.3685.0328.82
Hex2BB88445C02Fff551d
Octal531321010413405737712535
Binary10101110111000100010001001011100010111111111111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,11,136); }

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

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

 a { background-color: rgb(43,11,136); }

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

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

 span { border-color: rgb(43,11,136); }

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