Html Css Color HEX #2D1171 Persian Indigo

📋 copy color: '#2D1171'

red 45 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #2D1171

Tints of Persian Indigo #2D1171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 25.71%
G = 9.71%
B = 64.57%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D1171 (or 0x2D1171) is known color: Persian Indigo. HEX triplet: 2D, 11 and 71. RGB value is (45,17,113). Sum of RGB (Red+Green+Blue) = 45+17+113=175 (23% of max value = 765). Red value is 45 (17.97% from 255 or 25.71% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1171 is #D2EE8E. Grayscale: #232323. Windows color (decimal): -13823631 or 7409965. OLE color: 7409965.

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

Color convert

RGB 45 17 113 -
CMYK 0.60 0.85 0 0.56
HSL 257.5º 0.74% 0.25% -
HSV(B) 257.5º 0.85% 0.44% -
XYZ 4.26 2.15 15.81 -
YUV 36.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 45 17 113 0.60 0.85 0 0.56 257.5 0.74 0.25
Hex 2D 11 71 3C 55 0 38 102 4A 19
Octal 55 21 161 74 125 0 70 402 112 31
Binary 101101 10001 1110001 111100 1010101 0 111000 100000010 1001010 11001

Color Harmonies of #2D1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1171

Black with #2D1171

Text Example


Text Example

White with #2D1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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