Html Css Color HEX #42057E Indigo

📋 copy color: '#42057E'

red 66 ◦ green 5 ◦ blue 126

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

Shades of Indigo #42057E

Tints of Indigo #42057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.54%

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

R = 33.5%
G = 2.54%
B = 63.96%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42057E (or 0x42057E) is known color: Indigo. HEX triplet: 42, 05 and 7E. RGB value is (66,5,126). Sum of RGB (Red+Green+Blue) = 66+5+126=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 126 (49.61% from 255 or 63.96% from 197); Max value from RGB is 126 - color contains mainly: blue. Hex color #42057E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42057E is #BDFA81. Grayscale: #242424. Windows color (decimal): -12450434 or 8258882. OLE color: 8258882.

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

Color convert

RGB 66 5 126 -
CMYK 0.48 0.96 0 0.51
HSL 270.25º 0.92% 0.26% -
HSV(B) 270.25º 0.96% 0.49% -
XYZ 6.07 2.77 19.95 -
YUV 37.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 66 5 126 0.48 0.96 0 0.51 270.25 0.92 0.26
Hex 42 5 7E 30 60 0 33 10E 5C 1A
Octal 102 5 176 60 140 0 63 416 134 32
Binary 1000010 101 1111110 110000 1100000 0 110011 100001110 1011100 11010

Color Harmonies of #42057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42057E

Black with #42057E

Text Example


Text Example

White with #42057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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