Html Css Color HEX #2C2078 Persian Indigo

📋 copy color: '#2C2078'

red 44 ◦ green 32 ◦ blue 120

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

Shades of Persian Indigo #2C2078

Tints of Persian Indigo #2C2078

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 22.45%
G = 16.33%
B = 61.22%

CMYK

 C value IS 0.63

 M value IS 0.73

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C2078 (or 0x2C2078) is known color: Persian Indigo. HEX triplet: 2C, 20 and 78. RGB value is (44,32,120). Sum of RGB (Red+Green+Blue) = 44+32+120=196 (25% of max value = 765). Red value is 44 (17.58% from 255 or 22.45% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #2C2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C2078 is #D3DF87. Grayscale: #2D2D2D. Windows color (decimal): -13885320 or 7872556. OLE color: 7872556.

HSL color Cylindrical-coordinate representation of color #2C2078: hue angle of 248.18º degrees, saturation: 0.58, 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 #2C2078 is Cyan = 0.63, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 32 120 -
CMYK 0.63 0.73 0 0.53
HSL 248.18º 0.58% 0.3% -
HSV(B) 248.18º 0.73% 0.47% -
XYZ 4.95 2.92 18.07 -
YUV 45.62 169.98 126.84 -
System Red Green Blue C M Y K H S L
Decimal 44 32 120 0.63 0.73 0 0.53 248.18 0.58 0.3
Hex 2C 20 78 3F 49 0 35 F8 3A 1E
Octal 54 40 170 77 111 0 65 370 72 36
Binary 101100 100000 1111000 111111 1001001 0 110101 11111000 111010 11110

Color Harmonies of #2C2078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C2078

Black with #2C2078

Text Example


Text Example

White with #2C2078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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