Html Css Color HEX #2D1790 Persian Indigo

📋 copy color: '#2D1790'

red 45 ◦ green 23 ◦ blue 144

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

Shades of Persian Indigo #2D1790

Tints of Persian Indigo #2D1790

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 21.23%
G = 10.85%
B = 67.92%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D1790 (or 0x2D1790) is known color: Persian Indigo. HEX triplet: 2D, 17 and 90. RGB value is (45,23,144). Sum of RGB (Red+Green+Blue) = 45+23+144=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 23 (9.38% from 255 or 10.85% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D1790 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1790 is #D2E86F. Grayscale: #2A2A2A. Windows color (decimal): -13822064 or 9443117. OLE color: 9443117.

HSL color Cylindrical-coordinate representation of color #2D1790: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2D1790 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 45 23 144 -
CMYK 0.69 0.84 0 0.44
HSL 250.91º 0.72% 0.33% -
HSV(B) 250.91º 0.84% 0.56% -
XYZ 6.42 3.18 26.66 -
YUV 43.37 184.79 129.16 -
System Red Green Blue C M Y K H S L
Decimal 45 23 144 0.69 0.84 0 0.44 250.91 0.72 0.33
Hex 2D 17 90 45 54 0 2C FB 48 21
Octal 55 27 220 105 124 0 54 373 110 41
Binary 101101 10111 10010000 1000101 1010100 0 101100 11111011 1001000 100001

Color Harmonies of #2D1790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1790

Black with #2D1790

Text Example


Text Example

White with #2D1790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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