Html Css Color HEX #2C2177 Persian Indigo

📋 copy color: '#2C2177'

red 44 ◦ green 33 ◦ blue 119

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

Shades of Persian Indigo #2C2177

Tints of Persian Indigo #2C2177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.84%

 BLUE value IS 119 (46.88% from 255) = 60.71%

R = 22.45%
G = 16.84%
B = 60.71%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C2177 (or 0x2C2177) is known color: Persian Indigo. HEX triplet: 2C, 21 and 77. RGB value is (44,33,119). Sum of RGB (Red+Green+Blue) = 44+33+119=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #2C2177 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2177 is #D3DE88. Grayscale: #2D2D2D. Windows color (decimal): -13885065 or 7807276. OLE color: 7807276.

HSL color Cylindrical-coordinate representation of color #2C2177: hue angle of 247.67º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C2177 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 33 119 -
CMYK 0.63 0.72 0 0.53
HSL 247.67º 0.57% 0.3% -
HSV(B) 247.67º 0.72% 0.47% -
XYZ 4.91 2.96 17.76 -
YUV 46.09 169.14 126.51 -
System Red Green Blue C M Y K H S L
Decimal 44 33 119 0.63 0.72 0 0.53 247.67 0.57 0.3
Hex 2C 21 77 3F 48 0 35 F8 39 1E
Octal 54 41 167 77 110 0 65 370 71 36
Binary 101100 100001 1110111 111111 1001000 0 110101 11111000 111001 11110

Color Harmonies of #2C2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2177

Black with #2C2177

Text Example


Text Example

White with #2C2177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,33,119); }

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

background-color css

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

 a { background-color: rgb(44,33,119); }

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

border-color css

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

 span { border-color: rgb(44,33,119); }

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