Html Css Color HEX #42079E Indigo

📋 copy color: '#42079E'

red 66 ◦ green 7 ◦ blue 158

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

Shades of Indigo #42079E

Tints of Indigo #42079E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 28.57%
G = 3.03%
B = 68.4%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#42079E (or 0x42079E) is known color: Indigo. HEX triplet: 42, 07 and 9E. RGB value is (66,7,158). Sum of RGB (Red+Green+Blue) = 66+7+158=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #42079E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #42079E is #BDF861. Grayscale: #292929. Windows color (decimal): -12449890 or 10356546. OLE color: 10356546.

HSL color Cylindrical-coordinate representation of color #42079E: hue angle of 263.44º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42079E is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 66 7 158 -
CMYK 0.58 0.96 0 0.38
HSL 263.44º 0.92% 0.32% -
HSV(B) 263.44º 0.96% 0.62% -
XYZ 8.49 3.78 32.63 -
YUV 41.86 193.55 145.22 -
System Red Green Blue C M Y K H S L
Decimal 66 7 158 0.58 0.96 0 0.38 263.44 0.92 0.32
Hex 42 7 9E 3A 60 0 26 107 5C 20
Octal 102 7 236 72 140 0 46 407 134 40
Binary 1000010 111 10011110 111010 1100000 0 100110 100000111 1011100 100000

Color Harmonies of #42079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42079E

Black with #42079E

Text Example


Text Example

White with #42079E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42079E; }

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

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

background-color css

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

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

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

border-color css

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

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

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