Html Css Color HEX #420379 Indigo

📋 copy color: '#420379'

red 66 ◦ green 3 ◦ blue 121

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

Shades of Indigo #420379

Tints of Indigo #420379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 34.74%
G = 1.58%
B = 63.68%

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

#420379 (or 0x420379) is known color: Indigo. HEX triplet: 42, 03 and 79. RGB value is (66,3,121). Sum of RGB (Red+Green+Blue) = 66+3+121=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 121 (47.66% from 255 or 63.68% from 190); Max value from RGB is 121 - color contains mainly: blue. Hex color #420379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420379 is #BDFC86. Grayscale: #222222. Windows color (decimal): -12450951 or 7930690. OLE color: 7930690.

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

Color convert

RGB 66 3 121 -
CMYK 0.45 0.98 0 0.53
HSL 272.03º 0.95% 0.24% -
HSV(B) 272.03º 0.98% 0.47% -
XYZ 5.73 2.6 18.29 -
YUV 35.29 176.37 149.91 -
System Red Green Blue C M Y K H S L
Decimal 66 3 121 0.45 0.98 0 0.53 272.03 0.95 0.24
Hex 42 3 79 2D 62 0 35 110 5F 18
Octal 102 3 171 55 142 0 65 420 137 30
Binary 1000010 11 1111001 101101 1100010 0 110101 100010000 1011111 11000

Color Harmonies of #420379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420379

Black with #420379

Text Example


Text Example

White with #420379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420379; }

 p { color: rgb(66,3,121); }

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

background-color css

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

 a { background-color: rgb(66,3,121); }

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

border-color css

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

 span { border-color: rgb(66,3,121); }

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