Html Css Color HEX #2B2080 Persian Indigo

📋 copy color: '#2B2080'

red 43 ◦ green 32 ◦ blue 128

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

Shades of Persian Indigo #2B2080

Tints of Persian Indigo #2B2080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.76%

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

R = 21.18%
G = 15.76%
B = 63.05%

CMYK

 C value IS 0.66

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#2B2080 (or 0x2B2080) is known color: Persian Indigo. HEX triplet: 2B, 20 and 80. RGB value is (43,32,128). Sum of RGB (Red+Green+Blue) = 43+32+128=203 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.18% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #2B2080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2080 is #D4DF7F. Grayscale: #2D2D2D. Windows color (decimal): -13950848 or 8396843. OLE color: 8396843.

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

Color convert

RGB 43 32 128 -
CMYK 0.66 0.75 0 0.50
HSL 246.88º 0.6% 0.31% -
HSV(B) 246.88º 0.75% 0.5% -
XYZ 5.41 3.11 20.74 -
YUV 46.23 174.14 125.69 -
System Red Green Blue C M Y K H S L
Decimal 43 32 128 0.66 0.75 0 0.50 246.88 0.6 0.31
Hex 2B 20 80 42 4B 0 32 F7 3C 1F
Octal 53 40 200 102 113 0 62 367 74 37
Binary 101011 100000 10000000 1000010 1001011 0 110010 11110111 111100 11111

Color Harmonies of #2B2080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2080

Black with #2B2080

Text Example


Text Example

White with #2B2080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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