Html Css Color HEX #2D1771 Persian Indigo

📋 copy color: '#2D1771'

red 45 ◦ green 23 ◦ blue 113

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

Shades of Persian Indigo #2D1771

Tints of Persian Indigo #2D1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 24.86%
G = 12.71%
B = 62.43%

CMYK

 C value IS 0.60

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2D1771 (or 0x2D1771) is known color: Persian Indigo. HEX triplet: 2D, 17 and 71. RGB value is (45,23,113). Sum of RGB (Red+Green+Blue) = 45+23+113=181 (23% of max value = 765). Red value is 45 (17.97% from 255 or 24.86% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #2D1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D1771 is #D2E88E. Grayscale: #272727. Windows color (decimal): -13822095 or 7411501. OLE color: 7411501.

HSL color Cylindrical-coordinate representation of color #2D1771: hue angle of 254.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D1771 is Cyan = 0.60, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 45 23 113 -
CMYK 0.60 0.80 0 0.56
HSL 254.67º 0.66% 0.27% -
HSV(B) 254.67º 0.8% 0.44% -
XYZ 4.37 2.36 15.85 -
YUV 39.84 169.29 131.68 -
System Red Green Blue C M Y K H S L
Decimal 45 23 113 0.60 0.80 0 0.56 254.67 0.66 0.27
Hex 2D 17 71 3C 50 0 38 FF 42 1B
Octal 55 27 161 74 120 0 70 377 102 33
Binary 101101 10111 1110001 111100 1010000 0 111000 11111111 1000010 11011

Color Harmonies of #2D1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D1771

Black with #2D1771

Text Example


Text Example

White with #2D1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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