Html Css Color HEX #2C0279 Persian Indigo

📋 copy color: '#2C0279'

red 44 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #2C0279

Tints of Persian Indigo #2C0279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

 BLUE value IS 121 (47.66% from 255) = 72.46%

R = 26.35%
G = 1.2%
B = 72.46%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2C0279 (or 0x2C0279) is known color: Persian Indigo. HEX triplet: 2C, 02 and 79. RGB value is (44,2,121). Sum of RGB (Red+Green+Blue) = 44+2+121=167 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.35% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #2C0279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2C0279 is #D3FD86. Grayscale: #1B1B1B. Windows color (decimal): -13892999 or 7930412. OLE color: 7930412.

HSL color Cylindrical-coordinate representation of color #2C0279: hue angle of 261.18º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C0279 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 2 121 -
CMYK 0.64 0.98 0 0.53
HSL 261.18º 0.97% 0.24% -
HSV(B) 261.18º 0.98% 0.47% -
XYZ 4.51 1.96 18.23 -
YUV 28.12 180.41 139.32 -
System Red Green Blue C M Y K H S L
Decimal 44 2 121 0.64 0.98 0 0.53 261.18 0.97 0.24
Hex 2C 2 79 40 62 0 35 105 61 18
Octal 54 2 171 100 142 0 65 405 141 30
Binary 101100 10 1111001 1000000 1100010 0 110101 100000101 1100001 11000

Color Harmonies of #2C0279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0279

Black with #2C0279

Text Example


Text Example

White with #2C0279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,2,121); }

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

background-color css

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

 a { background-color: rgb(44,2,121); }

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

border-color css

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

 span { border-color: rgb(44,2,121); }

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