Html Css Color HEX #2D1976 Persian Indigo

📋 copy color: '#2D1976'

red 45 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #2D1976

Tints of Persian Indigo #2D1976

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

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

R = 23.94%
G = 13.3%
B = 62.77%

CMYK

 C value IS 0.62

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2D1976 (or 0x2D1976) is known color: Persian Indigo. HEX triplet: 2D, 19 and 76. RGB value is (45,25,118). Sum of RGB (Red+Green+Blue) = 45+25+118=188 (24% of max value = 765). Red value is 45 (17.97% from 255 or 23.94% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #2D1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1976 is #D2E689. Grayscale: #292929. Windows color (decimal): -13821578 or 7739693. OLE color: 7739693.

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

Color convert

RGB 45 25 118 -
CMYK 0.62 0.79 0 0.54
HSL 252.9º 0.65% 0.28% -
HSV(B) 252.9º 0.79% 0.46% -
XYZ 4.7 2.56 17.39 -
YUV 41.58 171.13 130.44 -
System Red Green Blue C M Y K H S L
Decimal 45 25 118 0.62 0.79 0 0.54 252.9 0.65 0.28
Hex 2D 19 76 3E 4F 0 36 FD 41 1C
Octal 55 31 166 76 117 0 66 375 101 34
Binary 101101 11001 1110110 111110 1001111 0 110110 11111101 1000001 11100

Color Harmonies of #2D1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1976

Black with #2D1976

Text Example


Text Example

White with #2D1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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