Html Css Color HEX #2C1171 Persian Indigo

📋 copy color: '#2C1171'

red 44 ◦ green 17 ◦ blue 113

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

Shades of Persian Indigo #2C1171

Tints of Persian Indigo #2C1171

RGB

 RED value IS 44 (17.58% from 255) = 25.29%

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

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

R = 25.29%
G = 9.77%
B = 64.94%

CMYK

 C value IS 0.61

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C1171 (or 0x2C1171) is known color: Persian Indigo. HEX triplet: 2C, 11 and 71. RGB value is (44,17,113). Sum of RGB (Red+Green+Blue) = 44+17+113=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C1171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1171 is #D3EE8E. Grayscale: #232323. Windows color (decimal): -13889167 or 7409964. OLE color: 7409964.

HSL color Cylindrical-coordinate representation of color #2C1171: hue angle of 256.88º 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 #2C1171 is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 17 113 -
CMYK 0.61 0.85 0 0.56
HSL 256.88º 0.74% 0.25% -
HSV(B) 256.88º 0.85% 0.44% -
XYZ 4.22 2.13 15.81 -
YUV 36.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 44 17 113 0.61 0.85 0 0.56 256.88 0.74 0.25
Hex 2C 11 71 3D 55 0 38 101 4A 19
Octal 54 21 161 75 125 0 70 401 112 31
Binary 101100 10001 1110001 111101 1010101 0 111000 100000001 1001010 11001

Color Harmonies of #2C1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1171

Black with #2C1171

Text Example


Text Example

White with #2C1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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