Html Css Color HEX #42047F Indigo

📋 copy color: '#42047F'

red 66 ◦ green 4 ◦ blue 127

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

Shades of Indigo #42047F

Tints of Indigo #42047F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 33.5%
G = 2.03%
B = 64.47%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#42047F (or 0x42047F) is known color: Indigo. HEX triplet: 42, 04 and 7F. RGB value is (66,4,127). Sum of RGB (Red+Green+Blue) = 66+4+127=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 127 (50% from 255 or 64.47% from 197); Max value from RGB is 127 - color contains mainly: blue. Hex color #42047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42047F is #BDFB80. Grayscale: #242424. Windows color (decimal): -12450689 or 8324162. OLE color: 8324162.

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

Color convert

RGB 66 4 127 -
CMYK 0.48 0.97 0 0.50
HSL 270.24º 0.94% 0.26% -
HSV(B) 270.24º 0.97% 0.5% -
XYZ 6.12 2.78 20.29 -
YUV 36.56 179.04 149 -
System Red Green Blue C M Y K H S L
Decimal 66 4 127 0.48 0.97 0 0.50 270.24 0.94 0.26
Hex 42 4 7F 30 61 0 32 10E 5E 1A
Octal 102 4 177 60 141 0 62 416 136 32
Binary 1000010 100 1111111 110000 1100001 0 110010 100001110 1011110 11010

Color Harmonies of #42047F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42047F

Black with #42047F

Text Example


Text Example

White with #42047F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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