Html Css Color HEX #42045E Indigo

📋 copy color: '#42045E'

red 66 ◦ green 4 ◦ blue 94

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

Shades of Indigo #42045E

Tints of Indigo #42045E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 40.24%
G = 2.44%
B = 57.32%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#42045E (or 0x42045E) is known color: Indigo. HEX triplet: 42, 04 and 5E. RGB value is (66,4,94). Sum of RGB (Red+Green+Blue) = 66+4+94=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #42045E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42045E is #BDFBA1. Grayscale: #202020. Windows color (decimal): -12450722 or 6161474. OLE color: 6161474.

HSL color Cylindrical-coordinate representation of color #42045E: hue angle of 281.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #42045E is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 4 94 -
CMYK 0.30 0.96 0 0.63
HSL 281.33º 0.92% 0.19% -
HSV(B) 281.33º 0.96% 0.37% -
XYZ 4.31 2.05 10.76 -
YUV 32.8 162.54 151.68 -
System Red Green Blue C M Y K H S L
Decimal 66 4 94 0.30 0.96 0 0.63 281.33 0.92 0.19
Hex 42 4 5E 1E 60 0 3F 119 5C 13
Octal 102 4 136 36 140 0 77 431 134 23
Binary 1000010 100 1011110 11110 1100000 0 111111 100011001 1011100 10011

Color Harmonies of #42045E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42045E

Black with #42045E

Text Example


Text Example

White with #42045E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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