Html Css Color HEX #420485 Indigo

📋 copy color: '#420485'

red 66 ◦ green 4 ◦ blue 133

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

Shades of Indigo #420485

Tints of Indigo #420485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 65.52%

R = 32.51%
G = 1.97%
B = 65.52%

CMYK

 C value IS 0.50

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420485 (or 0x420485) is known color: Indigo. HEX triplet: 42, 04 and 85. RGB value is (66,4,133). Sum of RGB (Red+Green+Blue) = 66+4+133=203 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.51% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 133 (52.34% from 255 or 65.52% from 203); Max value from RGB is 133 - color contains mainly: blue. Hex color #420485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420485 is #BDFB7A. Grayscale: #242424. Windows color (decimal): -12450683 or 8717378. OLE color: 8717378.

HSL color Cylindrical-coordinate representation of color #420485: hue angle of 268.84º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420485 is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 66 4 133 -
CMYK 0.50 0.97 0 0.48
HSL 268.84º 0.94% 0.27% -
HSV(B) 268.84º 0.97% 0.52% -
XYZ 6.52 2.94 22.41 -
YUV 37.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 66 4 133 0.50 0.97 0 0.48 268.84 0.94 0.27
Hex 42 4 85 32 61 0 30 10D 5E 1B
Octal 102 4 205 62 141 0 60 415 136 33
Binary 1000010 100 10000101 110010 1100001 0 110000 100001101 1011110 11011

Color Harmonies of #420485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420485

Black with #420485

Text Example


Text Example

White with #420485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420485; }

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

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

background-color css

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

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

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

border-color css

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

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

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