Html Css Color HEX #2D1178 Persian Indigo

📋 copy color: '#2D1178'

red 45 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #2D1178

Tints of Persian Indigo #2D1178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.34%

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 24.73%
G = 9.34%
B = 65.93%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2D1178 (or 0x2D1178) is known color: Persian Indigo. HEX triplet: 2D, 11 and 78. RGB value is (45,17,120). Sum of RGB (Red+Green+Blue) = 45+17+120=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #2D1178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1178 is #D2EE87. Grayscale: #242424. Windows color (decimal): -13823624 or 7868717. OLE color: 7868717.

HSL color Cylindrical-coordinate representation of color #2D1178: hue angle of 256.31º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2D1178 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 45 17 120 -
CMYK 0.63 0.86 0 0.53
HSL 256.31º 0.75% 0.27% -
HSV(B) 256.31º 0.86% 0.47% -
XYZ 4.67 2.31 17.97 -
YUV 37.11 174.78 133.62 -
System Red Green Blue C M Y K H S L
Decimal 45 17 120 0.63 0.86 0 0.53 256.31 0.75 0.27
Hex 2D 11 78 3F 56 0 35 100 4B 1B
Octal 55 21 170 77 126 0 65 400 113 33
Binary 101101 10001 1111000 111111 1010110 0 110101 100000000 1001011 11011

Color Harmonies of #2D1178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1178

Black with #2D1178

Text Example


Text Example

White with #2D1178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,17,120); }

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

background-color css

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

 a { background-color: rgb(45,17,120); }

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

border-color css

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

 span { border-color: rgb(45,17,120); }

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