Html Css Color HEX #420795 Indigo

📋 copy color: '#420795'

red 66 ◦ green 7 ◦ blue 149

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

Shades of Indigo #420795

Tints of Indigo #420795

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 67.12%

R = 29.73%
G = 3.15%
B = 67.12%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#420795 (or 0x420795) is known color: Indigo. HEX triplet: 42, 07 and 95. RGB value is (66,7,149). Sum of RGB (Red+Green+Blue) = 66+7+149=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 7 (3.12% from 255 or 3.15% from 222); Blue value is 149 (58.59% from 255 or 67.12% from 222); Max value from RGB is 149 - color contains mainly: blue. Hex color #420795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420795 is #BDF86A. Grayscale: #282828. Windows color (decimal): -12449899 or 9766722. OLE color: 9766722.

HSL color Cylindrical-coordinate representation of color #420795: hue angle of 264.93º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420795 is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 66 7 149 -
CMYK 0.56 0.95 0 0.42
HSL 264.93º 0.91% 0.31% -
HSV(B) 264.93º 0.95% 0.58% -
XYZ 7.75 3.48 28.7 -
YUV 40.83 189.05 145.95 -
System Red Green Blue C M Y K H S L
Decimal 66 7 149 0.56 0.95 0 0.42 264.93 0.91 0.31
Hex 42 7 95 38 5F 0 2A 109 5B 1F
Octal 102 7 225 70 137 0 52 411 133 37
Binary 1000010 111 10010101 111000 1011111 0 101010 100001001 1011011 11111

Color Harmonies of #420795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420795

Black with #420795

Text Example


Text Example

White with #420795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420795; }

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

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

background-color css

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

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

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

border-color css

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

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

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