Html Css Color HEX #42017F Indigo

📋 copy color: '#42017F'

red 66 ◦ green 1 ◦ blue 127

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

Shades of Indigo #42017F

Tints of Indigo #42017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 65.46%

R = 34.02%
G = 0.52%
B = 65.46%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42017F (or 0x42017F) is known color: Indigo. HEX triplet: 42, 01 and 7F. RGB value is (66,1,127). Sum of RGB (Red+Green+Blue) = 66+1+127=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 127 (50% from 255 or 65.46% from 194); Max value from RGB is 127 - color contains mainly: blue. Hex color #42017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42017F is #BDFE80. Grayscale: #222222. Windows color (decimal): -12451457 or 8323394. OLE color: 8323394.

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

Color convert

RGB 66 1 127 -
CMYK 0.48 0.99 0 0.50
HSL 270.95º 0.98% 0.25% -
HSV(B) 270.95º 0.99% 0.5% -
XYZ 6.09 2.71 20.28 -
YUV 34.8 180.03 150.25 -
System Red Green Blue C M Y K H S L
Decimal 66 1 127 0.48 0.99 0 0.50 270.95 0.98 0.25
Hex 42 1 7F 30 63 0 32 10F 62 19
Octal 102 1 177 60 143 0 62 417 142 31
Binary 1000010 1 1111111 110000 1100011 0 110010 100001111 1100010 11001

Color Harmonies of #42017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42017F

Black with #42017F

Text Example


Text Example

White with #42017F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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