#2B086A

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

Shades of Persian Indigo #2B086A

Tints of Persian Indigo #2B086A

Color information

#2B086A (or 0x2B086A) is unknown color: approx Persian Indigo. HEX triplet: 2B, 08 and 6A. RGB value is (43,8,106). Sum of RGB (Red+Green+Blue) = 43+8+106=157 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.39% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 106 (41.80% from 255 or 67.52% from 157); Max value from RGB is 106 - color contains mainly: blue. Hex color #2B086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B086A is #D4F795. Grayscale: #1D1D1D. Windows color (decimal): -13957014 or 6948907. OLE color: 6948907.

HSL color Cylindrical-coordinate representation of color #2B086A: hue angle of 261.43º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2B086A is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB438106-
CMYK0.590.9200.58
HSL261.43º85.96%22.35%-
HSV(B)261.43º92.45%41.57%-
XYZ3.681.7313.77-
YUV29.64171.1137.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 27.39%
GREEN value IS 8 (3.52% from 255) = 5.10%
BLUE value IS 106 (41.80% from 255) = 67.52%
R=27.39%
G=5.10%
B=67.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal4381060.590.9200.58261.4385.9622.35
Hex2B86A3B5C03A1055616
Octal53101527313407240512626
Binary1010111000110101011101110111000111010100000101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,8,106); }

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

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

 a { background-color: rgb(43,8,106); }

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

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

 span { border-color: rgb(43,8,106); }

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