Html Css Color HEX #420277 Indigo

📋 copy color: '#420277'

red 66 ◦ green 2 ◦ blue 119

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

Shades of Indigo #420277

Tints of Indigo #420277

RGB

 RED value IS 66 (26.17% from 255) = 35.29%

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

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

R = 35.29%
G = 1.07%
B = 63.64%

CMYK

 C value IS 0.45

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#420277 (or 0x420277) is known color: Indigo. HEX triplet: 42, 02 and 77. RGB value is (66,2,119). Sum of RGB (Red+Green+Blue) = 66+2+119=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 119 (46.88% from 255 or 63.64% from 187); Max value from RGB is 119 - color contains mainly: blue. Hex color #420277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420277 is #BDFD88. Grayscale: #222222. Windows color (decimal): -12451209 or 7799362. OLE color: 7799362.

HSL color Cylindrical-coordinate representation of color #420277: hue angle of 272.82º 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 #420277 is Cyan = 0.45, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 66 2 119 -
CMYK 0.45 0.98 0 0.53
HSL 272.82º 0.97% 0.24% -
HSV(B) 272.82º 0.98% 0.47% -
XYZ 5.6 2.53 17.65 -
YUV 34.47 175.7 150.49 -
System Red Green Blue C M Y K H S L
Decimal 66 2 119 0.45 0.98 0 0.53 272.82 0.97 0.24
Hex 42 2 77 2D 62 0 35 111 61 18
Octal 102 2 167 55 142 0 65 421 141 30
Binary 1000010 10 1110111 101101 1100010 0 110101 100010001 1100001 11000

Color Harmonies of #420277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420277

Black with #420277

Text Example


Text Example

White with #420277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420277; }

 p { color: rgb(66,2,119); }

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

background-color css

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

 a { background-color: rgb(66,2,119); }

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

border-color css

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

 span { border-color: rgb(66,2,119); }

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