Html Css Color HEX #2D1791 Persian Indigo

📋 copy color: '#2D1791'

red 45 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #2D1791

Tints of Persian Indigo #2D1791

RGB

 RED value IS 45 (17.97% from 255) = 21.13%

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

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

R = 21.13%
G = 10.8%
B = 68.08%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D1791 (or 0x2D1791) is known color: Persian Indigo. HEX triplet: 2D, 17 and 91. RGB value is (45,23,145). Sum of RGB (Red+Green+Blue) = 45+23+145=213 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.13% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 145 (57.03% from 255 or 68.08% from 213); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D1791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1791 is #D2E86E. Grayscale: #2B2B2B. Windows color (decimal): -13822063 or 9508653. OLE color: 9508653.

HSL color Cylindrical-coordinate representation of color #2D1791: hue angle of 250.82º 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 #2D1791 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 23 145 -
CMYK 0.69 0.84 0 0.43
HSL 250.82º 0.73% 0.33% -
HSV(B) 250.82º 0.84% 0.57% -
XYZ 6.5 3.22 27.07 -
YUV 43.49 185.29 129.08 -
System Red Green Blue C M Y K H S L
Decimal 45 23 145 0.69 0.84 0 0.43 250.82 0.73 0.33
Hex 2D 17 91 45 54 0 2B FB 49 21
Octal 55 27 221 105 124 0 53 373 111 41
Binary 101101 10111 10010001 1000101 1010100 0 101011 11111011 1001001 100001

Color Harmonies of #2D1791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1791

Black with #2D1791

Text Example


Text Example

White with #2D1791

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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