Html Css Color HEX #42045D Indigo

📋 copy color: '#42045D'

red 66 ◦ green 4 ◦ blue 93

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

Shades of Indigo #42045D

Tints of Indigo #42045D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 57.06%

R = 40.49%
G = 2.45%
B = 57.06%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42045D (or 0x42045D) is known color: Indigo. HEX triplet: 42, 04 and 5D. RGB value is (66,4,93). Sum of RGB (Red+Green+Blue) = 66+4+93=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 93 (36.72% from 255 or 57.06% from 163); Max value from RGB is 93 - color contains mainly: blue. Hex color #42045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42045D is #BDFBA2. Grayscale: #202020. Windows color (decimal): -12450723 or 6095938. OLE color: 6095938.

HSL color Cylindrical-coordinate representation of color #42045D: hue angle of 281.8º 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 #42045D is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 4 93 -
CMYK 0.29 0.96 0 0.64
HSL 281.8º 0.92% 0.19% -
HSV(B) 281.8º 0.96% 0.36% -
XYZ 4.27 2.04 10.52 -
YUV 32.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 66 4 93 0.29 0.96 0 0.64 281.8 0.92 0.19
Hex 42 4 5D 1D 60 0 40 11A 5C 13
Octal 102 4 135 35 140 0 100 432 134 23
Binary 1000010 100 1011101 11101 1100000 0 1000000 100011010 1011100 10011

Color Harmonies of #42045D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42045D

Black with #42045D

Text Example


Text Example

White with #42045D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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