#2B1388

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

Shades of Persian Indigo #2B1388

Tints of Persian Indigo #2B1388

Color information

#2B1388 (or 0x2B1388) is unknown color: approx Persian Indigo. HEX triplet: 2B, 13 and 88. RGB value is (43,19,136). Sum of RGB (Red+Green+Blue) = 43+19+136=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 136 (53.52% from 255 or 68.69% from 198); Max value from RGB is 136 - color contains mainly: blue. Hex color #2B1388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1388 is #D4EC77. Grayscale: #272727. Windows color (decimal): -13954168 or 8917803. OLE color: 8917803.

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

Color convert

RGB4319136-
CMYK0.680.8600.47
HSL252.31º75.48%30.39%-
HSV(B)252.31º86.03%53.33%-
XYZ5.672.7623.53-
YUV39.51182.45130.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 136 (53.52% from 255) = 68.69%
R=21.72%
G=9.60%
B=68.69%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal43191360.680.8600.47252.3175.4830.39
Hex2B1388445602Ffc4b1e
Octal532321010412605737411336
Binary101011100111000100010001001010110010111111111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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