Html Css Color HEX #42045C Indigo

📋 copy color: '#42045C'

red 66 ◦ green 4 ◦ blue 92

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

Shades of Indigo #42045C

Tints of Indigo #42045C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 56.79%

R = 40.74%
G = 2.47%
B = 56.79%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42045C (or 0x42045C) is known color: Indigo. HEX triplet: 42, 04 and 5C. RGB value is (66,4,92). Sum of RGB (Red+Green+Blue) = 66+4+92=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 92 (36.33% from 255 or 56.79% from 162); Max value from RGB is 92 - color contains mainly: blue. Hex color #42045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42045C is #BDFBA3. Grayscale: #202020. Windows color (decimal): -12450724 or 6030402. OLE color: 6030402.

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

Color convert

RGB 66 4 92 -
CMYK 0.28 0.96 0 0.64
HSL 282.27º 0.92% 0.19% -
HSV(B) 282.27º 0.96% 0.36% -
XYZ 4.22 2.02 10.29 -
YUV 32.57 161.54 151.84 -
System Red Green Blue C M Y K H S L
Decimal 66 4 92 0.28 0.96 0 0.64 282.27 0.92 0.19
Hex 42 4 5C 1C 60 0 40 11A 5C 13
Octal 102 4 134 34 140 0 100 432 134 23
Binary 1000010 100 1011100 11100 1100000 0 1000000 100011010 1011100 10011

Color Harmonies of #42045C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42045C

Black with #42045C

Text Example


Text Example

White with #42045C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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