Html Css Color HEX #420061 Indigo

📋 copy color: '#420061'

red 66 ◦ green 0 ◦ blue 97

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

Shades of Indigo #420061

Tints of Indigo #420061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 40.49%
G = 0%
B = 59.51%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420061 (or 0x420061) is known color: Indigo. HEX triplet: 42, 00 and 61. RGB value is (66,0,97). Sum of RGB (Red+Green+Blue) = 66+0+97=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #420061 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420061 is #BDFF9E. Grayscale: #1E1E1E. Windows color (decimal): -12451743 or 6357058. OLE color: 6357058.

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

Color convert

RGB 66 0 97 -
CMYK 0.32 1 0 0.62
HSL 280.82º 1% 0.19% -
HSV(B) 280.82º 1% 0.38% -
XYZ 4.4 2.02 11.47 -
YUV 30.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 66 0 97 0.32 1 0 0.62 280.82 1 0.19
Hex 42 0 61 20 64 0 3E 119 64 13
Octal 102 0 141 40 144 0 76 431 144 23
Binary 1000010 0 1100001 100000 1100100 0 111110 100011001 1100100 10011

Color Harmonies of #420061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420061

Black with #420061

Text Example


Text Example

White with #420061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420061; }

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

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

background-color css

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

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

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

border-color css

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

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

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