Html Css Color HEX #2D1590 Persian Indigo

📋 copy color: '#2D1590'

red 45 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #2D1590

Tints of Persian Indigo #2D1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

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

R = 21.43%
G = 10%
B = 68.57%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2D1590 (or 0x2D1590) is known color: Persian Indigo. HEX triplet: 2D, 15 and 90. RGB value is (45,21,144). Sum of RGB (Red+Green+Blue) = 45+21+144=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #2D1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D1590 is #D2EA6F. Grayscale: #292929. Windows color (decimal): -13822576 or 9442605. OLE color: 9442605.

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

Color convert

RGB 45 21 144 -
CMYK 0.69 0.85 0 0.44
HSL 251.71º 0.75% 0.32% -
HSV(B) 251.71º 0.85% 0.56% -
XYZ 6.38 3.11 26.65 -
YUV 42.2 185.45 130 -
System Red Green Blue C M Y K H S L
Decimal 45 21 144 0.69 0.85 0 0.44 251.71 0.75 0.32
Hex 2D 15 90 45 55 0 2C FC 4B 20
Octal 55 25 220 105 125 0 54 374 113 40
Binary 101101 10101 10010000 1000101 1010101 0 101100 11111100 1001011 100000

Color Harmonies of #2D1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1590

Black with #2D1590

Text Example


Text Example

White with #2D1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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