Html Css Color HEX #2B0880 Persian Indigo

📋 copy color: '#2B0880'

red 43 ◦ green 8 ◦ blue 128

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

Shades of Persian Indigo #2B0880

Tints of Persian Indigo #2B0880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 71.51%

R = 24.02%
G = 4.47%
B = 71.51%

CMYK

 C value IS 0.66

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B0880 (or 0x2B0880) is known color: Persian Indigo. HEX triplet: 2B, 08 and 80. RGB value is (43,8,128). Sum of RGB (Red+Green+Blue) = 43+8+128=179 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.02% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 128 (50.39% from 255 or 71.51% from 179); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B0880 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B0880 is #D4F77F. Grayscale: #1F1F1F. Windows color (decimal): -13956992 or 8390699. OLE color: 8390699.

HSL color Cylindrical-coordinate representation of color #2B0880: hue angle of 257.5º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2B0880 is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 43 8 128 -
CMYK 0.66 0.94 0 0.50
HSL 257.5º 0.88% 0.27% -
HSV(B) 257.5º 0.94% 0.5% -
XYZ 4.98 2.25 20.59 -
YUV 32.15 182.1 135.74 -
System Red Green Blue C M Y K H S L
Decimal 43 8 128 0.66 0.94 0 0.50 257.5 0.88 0.27
Hex 2B 8 80 42 5E 0 32 102 58 1B
Octal 53 10 200 102 136 0 62 402 130 33
Binary 101011 1000 10000000 1000010 1011110 0 110010 100000010 1011000 11011

Color Harmonies of #2B0880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B0880

Black with #2B0880

Text Example


Text Example

White with #2B0880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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