Html Css Color HEX #42016F Indigo

📋 copy color: '#42016F'

red 66 ◦ green 1 ◦ blue 111

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

Shades of Indigo #42016F

Tints of Indigo #42016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 37.08%
G = 0.56%
B = 62.36%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#42016F (or 0x42016F) is known color: Indigo. HEX triplet: 42, 01 and 6F. RGB value is (66,1,111). Sum of RGB (Red+Green+Blue) = 66+1+111=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 1 (0.78% from 255 or 0.56% from 178); Blue value is 111 (43.75% from 255 or 62.36% from 178); Max value from RGB is 111 - color contains mainly: blue. Hex color #42016F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42016F is #BDFE90. Grayscale: #202020. Windows color (decimal): -12451473 or 7274818. OLE color: 7274818.

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

Color convert

RGB 66 1 111 -
CMYK 0.41 0.99 0 0.56
HSL 275.45º 0.98% 0.22% -
HSV(B) 275.45º 0.99% 0.44% -
XYZ 5.13 2.33 15.22 -
YUV 32.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 66 1 111 0.41 0.99 0 0.56 275.45 0.98 0.22
Hex 42 1 6F 29 63 0 38 113 62 16
Octal 102 1 157 51 143 0 70 423 142 26
Binary 1000010 1 1101111 101001 1100011 0 111000 100010011 1100010 10110

Color Harmonies of #42016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42016F

Black with #42016F

Text Example


Text Example

White with #42016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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