Html Css Color HEX #2C1976 Persian Indigo

📋 copy color: '#2C1976'

red 44 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #2C1976

Tints of Persian Indigo #2C1976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 23.53%
G = 13.37%
B = 63.1%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2C1976 (or 0x2C1976) is known color: Persian Indigo. HEX triplet: 2C, 19 and 76. RGB value is (44,25,118). Sum of RGB (Red+Green+Blue) = 44+25+118=187 (24% of max value = 765). Red value is 44 (17.58% from 255 or 23.53% from 187); Green value is 25 (10.16% from 255 or 13.37% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #2C1976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C1976 is #D3E689. Grayscale: #282828. Windows color (decimal): -13887114 or 7739692. OLE color: 7739692.

HSL color Cylindrical-coordinate representation of color #2C1976: hue angle of 252.26º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2C1976 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 44 25 118 -
CMYK 0.63 0.79 0 0.54
HSL 252.26º 0.65% 0.28% -
HSV(B) 252.26º 0.79% 0.46% -
XYZ 4.66 2.54 17.38 -
YUV 41.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 44 25 118 0.63 0.79 0 0.54 252.26 0.65 0.28
Hex 2C 19 76 3F 4F 0 36 FC 41 1C
Octal 54 31 166 77 117 0 66 374 101 34
Binary 101100 11001 1110110 111111 1001111 0 110110 11111100 1000001 11100

Color Harmonies of #2C1976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C1976

Black with #2C1976

Text Example


Text Example

White with #2C1976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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