Html Css Color HEX #2C2178 Persian Indigo

📋 copy color: '#2C2178'

red 44 ◦ green 33 ◦ blue 120

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

Shades of Persian Indigo #2C2178

Tints of Persian Indigo #2C2178

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60.91%

R = 22.34%
G = 16.75%
B = 60.91%

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

#2C2178 (or 0x2C2178) is known color: Persian Indigo. HEX triplet: 2C, 21 and 78. RGB value is (44,33,120). Sum of RGB (Red+Green+Blue) = 44+33+120=197 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.34% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C2178 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2178 is #D3DE87. Grayscale: #2D2D2D. Windows color (decimal): -13885064 or 7872812. OLE color: 7872812.

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

Color convert

RGB 44 33 120 -
CMYK 0.63 0.72 0 0.53
HSL 247.59º 0.57% 0.3% -
HSV(B) 247.59º 0.73% 0.47% -
XYZ 4.97 2.98 18.08 -
YUV 46.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 44 33 120 0.63 0.72 0 0.53 247.59 0.57 0.3
Hex 2C 21 78 3F 48 0 35 F8 39 1E
Octal 54 41 170 77 110 0 65 370 71 36
Binary 101100 100001 1111000 111111 1001000 0 110101 11111000 111001 11110

Color Harmonies of #2C2178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2178

Black with #2C2178

Text Example


Text Example

White with #2C2178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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