Html Css Color HEX #42016D Indigo

📋 copy color: '#42016D'

red 66 ◦ green 1 ◦ blue 109

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

Shades of Indigo #42016D

Tints of Indigo #42016D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 61.93%

R = 37.5%
G = 0.57%
B = 61.93%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#42016D (or 0x42016D) is known color: Indigo. HEX triplet: 42, 01 and 6D. RGB value is (66,1,109). Sum of RGB (Red+Green+Blue) = 66+1+109=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #42016D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42016D is #BDFE92. Grayscale: #202020. Windows color (decimal): -12451475 or 7143746. OLE color: 7143746.

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

Color convert

RGB 66 1 109 -
CMYK 0.39 0.99 0 0.57
HSL 276.11º 0.98% 0.22% -
HSV(B) 276.11º 0.99% 0.43% -
XYZ 5.02 2.28 14.64 -
YUV 32.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 66 1 109 0.39 0.99 0 0.57 276.11 0.98 0.22
Hex 42 1 6D 27 63 0 39 114 62 16
Octal 102 1 155 47 143 0 71 424 142 26
Binary 1000010 1 1101101 100111 1100011 0 111001 100010100 1100010 10110

Color Harmonies of #42016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42016D

Black with #42016D

Text Example


Text Example

White with #42016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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