Html Css Color HEX #42057C Indigo

📋 copy color: '#42057C'

red 66 ◦ green 5 ◦ blue 124

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

Shades of Indigo #42057C

Tints of Indigo #42057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 63.59%

R = 33.85%
G = 2.56%
B = 63.59%

CMYK

 C value IS 0.47

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#42057C (or 0x42057C) is known color: Indigo. HEX triplet: 42, 05 and 7C. RGB value is (66,5,124). Sum of RGB (Red+Green+Blue) = 66+5+124=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 124 (48.83% from 255 or 63.59% from 195); Max value from RGB is 124 - color contains mainly: blue. Hex color #42057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42057C is #BDFA83. Grayscale: #242424. Windows color (decimal): -12450436 or 8127810. OLE color: 8127810.

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

Color convert

RGB 66 5 124 -
CMYK 0.47 0.96 0 0.51
HSL 270.76º 0.92% 0.25% -
HSV(B) 270.76º 0.96% 0.49% -
XYZ 5.94 2.72 19.28 -
YUV 36.81 177.21 148.82 -
System Red Green Blue C M Y K H S L
Decimal 66 5 124 0.47 0.96 0 0.51 270.76 0.92 0.25
Hex 42 5 7C 2F 60 0 33 10F 5C 19
Octal 102 5 174 57 140 0 63 417 134 31
Binary 1000010 101 1111100 101111 1100000 0 110011 100001111 1011100 11001

Color Harmonies of #42057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42057C

Black with #42057C

Text Example


Text Example

White with #42057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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