Html Css Color HEX #2C1971 Persian Indigo

📋 copy color: '#2C1971'

red 44 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #2C1971

Tints of Persian Indigo #2C1971

RGB

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

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

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

R = 24.18%
G = 13.74%
B = 62.09%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2C1971 (or 0x2C1971) is known color: Persian Indigo. HEX triplet: 2C, 19 and 71. RGB value is (44,25,113). Sum of RGB (Red+Green+Blue) = 44+25+113=182 (24% of max value = 765). Red value is 44 (17.58% from 255 or 24.18% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #2C1971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1971 is #D3E68E. Grayscale: #282828. Windows color (decimal): -13887119 or 7412012. OLE color: 7412012.

HSL color Cylindrical-coordinate representation of color #2C1971: hue angle of 252.95º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2C1971 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 44 25 113 -
CMYK 0.61 0.78 0 0.56
HSL 252.95º 0.64% 0.27% -
HSV(B) 252.95º 0.78% 0.44% -
XYZ 4.37 2.42 15.86 -
YUV 40.71 168.79 130.34 -
System Red Green Blue C M Y K H S L
Decimal 44 25 113 0.61 0.78 0 0.56 252.95 0.64 0.27
Hex 2C 19 71 3D 4E 0 38 FD 40 1B
Octal 54 31 161 75 116 0 70 375 100 33
Binary 101100 11001 1110001 111101 1001110 0 111000 11111101 1000000 11011

Color Harmonies of #2C1971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1971

Black with #2C1971

Text Example


Text Example

White with #2C1971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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