Html Css Color HEX #42047E Indigo

📋 copy color: '#42047E'

red 66 ◦ green 4 ◦ blue 126

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

Shades of Indigo #42047E

Tints of Indigo #42047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 33.67%
G = 2.04%
B = 64.29%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42047E (or 0x42047E) is known color: Indigo. HEX triplet: 42, 04 and 7E. RGB value is (66,4,126). Sum of RGB (Red+Green+Blue) = 66+4+126=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 4 (1.95% from 255 or 2.04% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #42047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42047E is #BDFB81. Grayscale: #242424. Windows color (decimal): -12450690 or 8258626. OLE color: 8258626.

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

Color convert

RGB 66 4 126 -
CMYK 0.48 0.97 0 0.51
HSL 270.49º 0.94% 0.25% -
HSV(B) 270.49º 0.97% 0.49% -
XYZ 6.06 2.75 19.95 -
YUV 36.45 178.54 149.08 -
System Red Green Blue C M Y K H S L
Decimal 66 4 126 0.48 0.97 0 0.51 270.49 0.94 0.25
Hex 42 4 7E 30 61 0 33 10E 5E 19
Octal 102 4 176 60 141 0 63 416 136 31
Binary 1000010 100 1111110 110000 1100001 0 110011 100001110 1011110 11001

Color Harmonies of #42047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42047E

Black with #42047E

Text Example


Text Example

White with #42047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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