Html Css Color HEX #42055D Indigo

📋 copy color: '#42055D'

red 66 ◦ green 5 ◦ blue 93

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

Shades of Indigo #42055D

Tints of Indigo #42055D

RGB

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

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

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

R = 40.24%
G = 3.05%
B = 56.71%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#42055D (or 0x42055D) is known color: Indigo. HEX triplet: 42, 05 and 5D. RGB value is (66,5,93). Sum of RGB (Red+Green+Blue) = 66+5+93=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #42055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42055D is #BDFAA2. Grayscale: #202020. Windows color (decimal): -12450467 or 6096194. OLE color: 6096194.

HSL color Cylindrical-coordinate representation of color #42055D: hue angle of 281.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42055D is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 66 5 93 -
CMYK 0.29 0.95 0 0.64
HSL 281.59º 0.9% 0.19% -
HSV(B) 281.59º 0.95% 0.36% -
XYZ 4.28 2.06 10.53 -
YUV 33.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 66 5 93 0.29 0.95 0 0.64 281.59 0.9 0.19
Hex 42 5 5D 1D 5F 0 40 11A 5A 13
Octal 102 5 135 35 137 0 100 432 132 23
Binary 1000010 101 1011101 11101 1011111 0 1000000 100011010 1011010 10011

Color Harmonies of #42055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42055D

Black with #42055D

Text Example


Text Example

White with #42055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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