Html Css Color HEX #420964 Indigo

📋 copy color: '#420964'

red 66 ◦ green 9 ◦ blue 100

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

Shades of Indigo #420964

Tints of Indigo #420964

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.14%

 BLUE value IS 100 (39.45% from 255) = 57.14%

R = 37.71%
G = 5.14%
B = 57.14%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#420964 (or 0x420964) is known color: Indigo. HEX triplet: 42, 09 and 64. RGB value is (66,9,100). Sum of RGB (Red+Green+Blue) = 66+9+100=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 100 (39.45% from 255 or 57.14% from 175); Max value from RGB is 100 - color contains mainly: blue. Hex color #420964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420964 is #BDF69B. Grayscale: #242424. Windows color (decimal): -12449436 or 6555970. OLE color: 6555970.

HSL color Cylindrical-coordinate representation of color #420964: hue angle of 277.58º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #420964 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 66 9 100 -
CMYK 0.34 0.91 0 0.61
HSL 277.58º 0.83% 0.21% -
HSV(B) 277.58º 0.91% 0.39% -
XYZ 4.64 2.27 12.25 -
YUV 36.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 66 9 100 0.34 0.91 0 0.61 277.58 0.83 0.21
Hex 42 9 64 22 5B 0 3D 116 53 15
Octal 102 11 144 42 133 0 75 426 123 25
Binary 1000010 1001 1100100 100010 1011011 0 111101 100010110 1010011 10101

Color Harmonies of #420964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420964

Black with #420964

Text Example


Text Example

White with #420964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420964; }

 p { color: rgb(66,9,100); }

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

background-color css

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

 a { background-color: rgb(66,9,100); }

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

border-color css

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

 span { border-color: rgb(66,9,100); }

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