Html Css Color HEX #2B1791 Persian Indigo

📋 copy color: '#2B1791'

red 43 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #2B1791

Tints of Persian Indigo #2B1791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.9%

 BLUE value IS 145 (57.03% from 255) = 68.72%

R = 20.38%
G = 10.9%
B = 68.72%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B1791 (or 0x2B1791) is known color: Persian Indigo. HEX triplet: 2B, 17 and 91. RGB value is (43,23,145). Sum of RGB (Red+Green+Blue) = 43+23+145=211 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.38% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1791 is #D4E86E. Grayscale: #2A2A2A. Windows color (decimal): -13953135 or 9508651. OLE color: 9508651.

HSL color Cylindrical-coordinate representation of color #2B1791: hue angle of 249.84º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B1791 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 43 23 145 -
CMYK 0.70 0.84 0 0.43
HSL 249.84º 0.73% 0.33% -
HSV(B) 249.84º 0.84% 0.57% -
XYZ 6.41 3.17 27.06 -
YUV 42.89 185.63 128.08 -
System Red Green Blue C M Y K H S L
Decimal 43 23 145 0.70 0.84 0 0.43 249.84 0.73 0.33
Hex 2B 17 91 46 54 0 2B FA 49 21
Octal 53 27 221 106 124 0 53 372 111 41
Binary 101011 10111 10010001 1000110 1010100 0 101011 11111010 1001001 100001

Color Harmonies of #2B1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1791

Black with #2B1791

Text Example


Text Example

White with #2B1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,23,145); }

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

background-color css

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

 a { background-color: rgb(43,23,145); }

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

border-color css

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

 span { border-color: rgb(43,23,145); }

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