Html Css Color HEX #42086C Indigo

📋 copy color: '#42086C'

red 66 ◦ green 8 ◦ blue 108

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

Shades of Indigo #42086C

Tints of Indigo #42086C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 36.26%
G = 4.4%
B = 59.34%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#42086C (or 0x42086C) is known color: Indigo. HEX triplet: 42, 08 and 6C. RGB value is (66,8,108). Sum of RGB (Red+Green+Blue) = 66+8+108=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #42086C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42086C is #BDF793. Grayscale: #242424. Windows color (decimal): -12449684 or 7080002. OLE color: 7080002.

HSL color Cylindrical-coordinate representation of color #42086C: hue angle of 274.8º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #42086C is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 66 8 108 -
CMYK 0.39 0.93 0 0.58
HSL 274.8º 0.86% 0.23% -
HSV(B) 274.8º 0.93% 0.42% -
XYZ 5.04 2.41 14.39 -
YUV 36.74 168.22 148.87 -
System Red Green Blue C M Y K H S L
Decimal 66 8 108 0.39 0.93 0 0.58 274.8 0.86 0.23
Hex 42 8 6C 27 5D 0 3A 113 56 17
Octal 102 10 154 47 135 0 72 423 126 27
Binary 1000010 1000 1101100 100111 1011101 0 111010 100010011 1010110 10111

Color Harmonies of #42086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42086C

Black with #42086C

Text Example


Text Example

White with #42086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42086C; }

 p { color: rgb(66,8,108); }

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

background-color css

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

 a { background-color: rgb(66,8,108); }

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

border-color css

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

 span { border-color: rgb(66,8,108); }

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