Html Css Color HEX #2B086C Persian Indigo

📋 copy color: '#2B086C'

red 43 ◦ green 8 ◦ blue 108

#2B086C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2B086C

Tints of Persian Indigo #2B086C

RGB

 RED value IS 43 (17.19% from 255) = 27.04%

 GREEN value IS 8 (3.52% from 255) = 5.03%

 BLUE value IS 108 (42.58% from 255) = 67.92%

R = 27.04%
G = 5.03%
B = 67.92%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2B086C (or 0x2B086C) is known color: Persian Indigo. HEX triplet: 2B, 08 and 6C. RGB value is (43,8,108). Sum of RGB (Red+Green+Blue) = 43+8+108=159 (21% of max value = 765). Red value is 43 (17.19% from 255 or 27.04% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 108 (42.58% from 255 or 67.92% from 159); Max value from RGB is 108 - color contains mainly: blue. Hex color #2B086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2B086C is #D4F793. Grayscale: #1D1D1D. Windows color (decimal): -13957012 or 7079979. OLE color: 7079979.

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

Color convert

RGB 43 8 108 -
CMYK 0.60 0.93 0 0.58
HSL 261º 0.86% 0.23% -
HSV(B) 261º 0.93% 0.42% -
XYZ 3.79 1.77 14.33 -
YUV 29.87 172.1 137.37 -
System Red Green Blue C M Y K H S L
Decimal 43 8 108 0.60 0.93 0 0.58 261 0.86 0.23
Hex 2B 8 6C 3C 5D 0 3A 105 56 17
Octal 53 10 154 74 135 0 72 405 126 27
Binary 101011 1000 1101100 111100 1011101 0 111010 100000101 1010110 10111

Color Harmonies of #2B086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B086C

Black with #2B086C

Text Example


Text Example

White with #2B086C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B086C;
 }
 .AnyTagClassName
 {
   color: #2B086C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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