Html Css Color HEX #2B0686 Persian Indigo

📋 copy color: '#2B0686'

red 43 ◦ green 6 ◦ blue 134

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

Shades of Persian Indigo #2B0686

Tints of Persian Indigo #2B0686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.28%

 BLUE value IS 134 (52.73% from 255) = 73.22%

R = 23.5%
G = 3.28%
B = 73.22%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2B0686 (or 0x2B0686) is known color: Persian Indigo. HEX triplet: 2B, 06 and 86. RGB value is (43,6,134). Sum of RGB (Red+Green+Blue) = 43+6+134=183 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.50% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #2B0686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0686 is #D4F979. Grayscale: #1F1F1F. Windows color (decimal): -13957498 or 8783403. OLE color: 8783403.

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

Color convert

RGB 43 6 134 -
CMYK 0.68 0.96 0 0.47
HSL 257.34º 0.91% 0.27% -
HSV(B) 257.34º 0.96% 0.53% -
XYZ 5.36 2.37 22.73 -
YUV 31.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 43 6 134 0.68 0.96 0 0.47 257.34 0.91 0.27
Hex 2B 6 86 44 60 0 2F 101 5B 1B
Octal 53 6 206 104 140 0 57 401 133 33
Binary 101011 110 10000110 1000100 1100000 0 101111 100000001 1011011 11011

Color Harmonies of #2B0686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0686

Black with #2B0686

Text Example


Text Example

White with #2B0686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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