Html Css Color HEX #42096F Indigo

📋 copy color: '#42096F'

red 66 ◦ green 9 ◦ blue 111

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

Shades of Indigo #42096F

Tints of Indigo #42096F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 111 (43.75% from 255) = 59.68%

R = 35.48%
G = 4.84%
B = 59.68%

CMYK

 C value IS 0.41

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42096F (or 0x42096F) is known color: Indigo. HEX triplet: 42, 09 and 6F. RGB value is (66,9,111). Sum of RGB (Red+Green+Blue) = 66+9+111=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 111 (43.75% from 255 or 59.68% from 186); Max value from RGB is 111 - color contains mainly: blue. Hex color #42096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42096F is #BDF690. Grayscale: #252525. Windows color (decimal): -12449425 or 7276866. OLE color: 7276866.

HSL color Cylindrical-coordinate representation of color #42096F: hue angle of 273.53º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42096F is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 9 111 -
CMYK 0.41 0.92 0 0.56
HSL 273.53º 0.85% 0.24% -
HSV(B) 273.53º 0.92% 0.44% -
XYZ 5.21 2.5 15.25 -
YUV 37.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 66 9 111 0.41 0.92 0 0.56 273.53 0.85 0.24
Hex 42 9 6F 29 5C 0 38 112 55 18
Octal 102 11 157 51 134 0 70 422 125 30
Binary 1000010 1001 1101111 101001 1011100 0 111000 100010010 1010101 11000

Color Harmonies of #42096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42096F

Black with #42096F

Text Example


Text Example

White with #42096F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42096F; }

 p { color: rgb(66,9,111); }

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

background-color css

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

 a { background-color: rgb(66,9,111); }

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

border-color css

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

 span { border-color: rgb(66,9,111); }

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