Html Css Color HEX #2D1576 Persian Indigo

📋 copy color: '#2D1576'

red 45 ◦ green 21 ◦ blue 118

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

Shades of Persian Indigo #2D1576

Tints of Persian Indigo #2D1576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.13%

R = 24.46%
G = 11.41%
B = 64.13%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D1576 (or 0x2D1576) is known color: Persian Indigo. HEX triplet: 2D, 15 and 76. RGB value is (45,21,118). Sum of RGB (Red+Green+Blue) = 45+21+118=184 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.46% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 118 (46.48% from 255 or 64.13% from 184); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D1576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1576 is #D2EA89. Grayscale: #262626. Windows color (decimal): -13822602 or 7738669. OLE color: 7738669.

HSL color Cylindrical-coordinate representation of color #2D1576: hue angle of 254.85º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2D1576 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 21 118 -
CMYK 0.62 0.82 0 0.54
HSL 254.85º 0.7% 0.27% -
HSV(B) 254.85º 0.82% 0.46% -
XYZ 4.62 2.4 17.36 -
YUV 39.23 172.45 132.11 -
System Red Green Blue C M Y K H S L
Decimal 45 21 118 0.62 0.82 0 0.54 254.85 0.7 0.27
Hex 2D 15 76 3E 52 0 36 FF 46 1B
Octal 55 25 166 76 122 0 66 377 106 33
Binary 101101 10101 1110110 111110 1010010 0 110110 11111111 1000110 11011

Color Harmonies of #2D1576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1576

Black with #2D1576

Text Example


Text Example

White with #2D1576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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