Html Css Color HEX #2B1391 Persian Indigo

📋 copy color: '#2B1391'

red 43 ◦ green 19 ◦ blue 145

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

Shades of Persian Indigo #2B1391

Tints of Persian Indigo #2B1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 20.77%
G = 9.18%
B = 70.05%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2B1391 (or 0x2B1391) is known color: Persian Indigo. HEX triplet: 2B, 13 and 91. RGB value is (43,19,145). Sum of RGB (Red+Green+Blue) = 43+19+145=207 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.77% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #2B1391 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B1391 is #D4EC6E. Grayscale: #282828. Windows color (decimal): -13954159 or 9507627. OLE color: 9507627.

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

Color convert

RGB 43 19 145 -
CMYK 0.70 0.87 0 0.43
HSL 251.43º 0.77% 0.32% -
HSV(B) 251.43º 0.87% 0.57% -
XYZ 6.34 3.02 27.04 -
YUV 40.54 186.95 129.75 -
System Red Green Blue C M Y K H S L
Decimal 43 19 145 0.70 0.87 0 0.43 251.43 0.77 0.32
Hex 2B 13 91 46 57 0 2B FB 4D 20
Octal 53 23 221 106 127 0 53 373 115 40
Binary 101011 10011 10010001 1000110 1010111 0 101011 11111011 1001101 100000

Color Harmonies of #2B1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B1391

Black with #2B1391

Text Example


Text Example

White with #2B1391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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