Html Css Color HEX #420698 Indigo

📋 copy color: '#420698'

red 66 ◦ green 6 ◦ blue 152

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

Shades of Indigo #420698

Tints of Indigo #420698

RGB

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

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

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

R = 29.46%
G = 2.68%
B = 67.86%

CMYK

 C value IS 0.57

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#420698 (or 0x420698) is known color: Indigo. HEX triplet: 42, 06 and 98. RGB value is (66,6,152). Sum of RGB (Red+Green+Blue) = 66+6+152=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #420698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420698 is #BDF967. Grayscale: #282828. Windows color (decimal): -12450152 or 9963074. OLE color: 9963074.

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

Color convert

RGB 66 6 152 -
CMYK 0.57 0.96 0 0.40
HSL 264.66º 0.92% 0.31% -
HSV(B) 264.66º 0.96% 0.6% -
XYZ 7.98 3.56 29.97 -
YUV 40.58 190.88 146.13 -
System Red Green Blue C M Y K H S L
Decimal 66 6 152 0.57 0.96 0 0.40 264.66 0.92 0.31
Hex 42 6 98 39 60 0 28 109 5C 1F
Octal 102 6 230 71 140 0 50 411 134 37
Binary 1000010 110 10011000 111001 1100000 0 101000 100001001 1011100 11111

Color Harmonies of #420698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420698

Black with #420698

Text Example


Text Example

White with #420698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420698; }

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

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

background-color css

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

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

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

border-color css

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

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

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