Html Css Color HEX #420761 Indigo

📋 copy color: '#420761'

red 66 ◦ green 7 ◦ blue 97

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

Shades of Indigo #420761

Tints of Indigo #420761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 97 (38.28% from 255) = 57.06%

R = 38.82%
G = 4.12%
B = 57.06%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420761 (or 0x420761) is known color: Indigo. HEX triplet: 42, 07 and 61. RGB value is (66,7,97). Sum of RGB (Red+Green+Blue) = 66+7+97=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 97 (38.28% from 255 or 57.06% from 170); Max value from RGB is 97 - color contains mainly: blue. Hex color #420761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420761 is #BDF89E. Grayscale: #222222. Windows color (decimal): -12449951 or 6358850. OLE color: 6358850.

HSL color Cylindrical-coordinate representation of color #420761: hue angle of 279.33º degrees, saturation: 0.87, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #420761 is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 7 97 -
CMYK 0.32 0.93 0 0.62
HSL 279.33º 0.87% 0.2% -
HSV(B) 279.33º 0.93% 0.38% -
XYZ 4.48 2.17 11.49 -
YUV 34.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 66 7 97 0.32 0.93 0 0.62 279.33 0.87 0.2
Hex 42 7 61 20 5D 0 3E 117 57 14
Octal 102 7 141 40 135 0 76 427 127 24
Binary 1000010 111 1100001 100000 1011101 0 111110 100010111 1010111 10100

Color Harmonies of #420761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420761

Black with #420761

Text Example


Text Example

White with #420761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420761; }

 p { color: rgb(66,7,97); }

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

background-color css

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

 a { background-color: rgb(66,7,97); }

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

border-color css

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

 span { border-color: rgb(66,7,97); }

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