Html Css Color HEX #42017D Indigo

📋 copy color: '#42017D'

red 66 ◦ green 1 ◦ blue 125

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

Shades of Indigo #42017D

Tints of Indigo #42017D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 65.1%

R = 34.38%
G = 0.52%
B = 65.1%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42017D (or 0x42017D) is known color: Indigo. HEX triplet: 42, 01 and 7D. RGB value is (66,1,125). Sum of RGB (Red+Green+Blue) = 66+1+125=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #42017D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017D is #BDFE82. Grayscale: #222222. Windows color (decimal): -12451459 or 8192322. OLE color: 8192322.

HSL color Cylindrical-coordinate representation of color #42017D: hue angle of 271.45º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #42017D is Cyan = 0.47, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 1 125 -
CMYK 0.47 0.99 0 0.51
HSL 271.45º 0.98% 0.25% -
HSV(B) 271.45º 0.99% 0.49% -
XYZ 5.96 2.66 19.6 -
YUV 34.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 66 1 125 0.47 0.99 0 0.51 271.45 0.98 0.25
Hex 42 1 7D 2F 63 0 33 10F 62 19
Octal 102 1 175 57 143 0 63 417 142 31
Binary 1000010 1 1111101 101111 1100011 0 110011 100001111 1100010 11001

Color Harmonies of #42017D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42017D

Black with #42017D

Text Example


Text Example

White with #42017D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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