Html Css Color HEX #420798 Indigo

📋 copy color: '#420798'

red 66 ◦ green 7 ◦ blue 152

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

Shades of Indigo #420798

Tints of Indigo #420798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.56%

R = 29.33%
G = 3.11%
B = 67.56%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#420798 (or 0x420798) is known color: Indigo. HEX triplet: 42, 07 and 98. RGB value is (66,7,152). Sum of RGB (Red+Green+Blue) = 66+7+152=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #420798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420798 is #BDF867. Grayscale: #282828. Windows color (decimal): -12449896 or 9963330. OLE color: 9963330.

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

Color convert

RGB 66 7 152 -
CMYK 0.57 0.95 0 0.40
HSL 264.41º 0.91% 0.31% -
HSV(B) 264.41º 0.95% 0.6% -
XYZ 7.99 3.58 29.98 -
YUV 41.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 66 7 152 0.57 0.95 0 0.40 264.41 0.91 0.31
Hex 42 7 98 39 5F 0 28 108 5B 1F
Octal 102 7 230 71 137 0 50 410 133 37
Binary 1000010 111 10011000 111001 1011111 0 101000 100001000 1011011 11111

Color Harmonies of #420798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420798

Black with #420798

Text Example


Text Example

White with #420798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420798; }

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

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

background-color css

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

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

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

border-color css

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

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

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