Html Css Color HEX #420690 Indigo

📋 copy color: '#420690'

red 66 ◦ green 6 ◦ blue 144

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

Shades of Indigo #420690

Tints of Indigo #420690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.78%

 BLUE value IS 144 (56.64% from 255) = 66.67%

R = 30.56%
G = 2.78%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#420690 (or 0x420690) is known color: Indigo. HEX triplet: 42, 06 and 90. RGB value is (66,6,144). Sum of RGB (Red+Green+Blue) = 66+6+144=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #420690 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420690 is #BDF96F. Grayscale: #272727. Windows color (decimal): -12450160 or 9438786. OLE color: 9438786.

HSL color Cylindrical-coordinate representation of color #420690: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420690 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 66 6 144 -
CMYK 0.54 0.96 0 0.44
HSL 266.09º 0.92% 0.29% -
HSV(B) 266.09º 0.96% 0.56% -
XYZ 7.35 3.3 26.64 -
YUV 39.67 186.88 146.78 -
System Red Green Blue C M Y K H S L
Decimal 66 6 144 0.54 0.96 0 0.44 266.09 0.92 0.29
Hex 42 6 90 36 60 0 2C 10A 5C 1D
Octal 102 6 220 66 140 0 54 412 134 35
Binary 1000010 110 10010000 110110 1100000 0 101100 100001010 1011100 11101

Color Harmonies of #420690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420690

Black with #420690

Text Example


Text Example

White with #420690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420690; }

 p { color: rgb(66,6,144); }

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

background-color css

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

 a { background-color: rgb(66,6,144); }

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

border-color css

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

 span { border-color: rgb(66,6,144); }

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