#2B0186

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

Shades of Persian Indigo #2B0186

Tints of Persian Indigo #2B0186

Color information

#2B0186 (or 0x2B0186) is unknown color: approx Persian Indigo. HEX triplet: 2B, 01 and 86. RGB value is (43,1,134). Sum of RGB (Red+Green+Blue) = 43+1+134=178 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.16% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 134 (52.73% from 255 or 75.28% from 178); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B0186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0186 is #D4FE79. Grayscale: #1C1C1C. Windows color (decimal): -13958778 or 8782123. OLE color: 8782123.

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

Color convert

RGB431134-
CMYK0.680.9900.47
HSL258.95º98.52%26.47%-
HSV(B)258.95º99.25%52.55%-
XYZ5.312.2622.71-
YUV28.72187.41138.19-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 24.16%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 134 (52.73% from 255) = 75.28%
R=24.16%
G=0.56%
B=75.28%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4311340.680.9900.47258.9598.5226.47
Hex2B186446302F103631a
Octal53120610414305740314332
Binary101011110000110100010011000110101111100000011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B0186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,1,134); }

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

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

 a { background-color: rgb(43,1,134); }

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

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

 span { border-color: rgb(43,1,134); }

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