Html Css Color HEX #420885 Indigo

📋 copy color: '#420885'

red 66 ◦ green 8 ◦ blue 133

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

Shades of Indigo #420885

Tints of Indigo #420885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 31.88%
G = 3.86%
B = 64.25%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420885 (or 0x420885) is known color: Indigo. HEX triplet: 42, 08 and 85. RGB value is (66,8,133). Sum of RGB (Red+Green+Blue) = 66+8+133=207 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.88% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #420885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420885 is #BDF77A. Grayscale: #272727. Windows color (decimal): -12449659 or 8718402. OLE color: 8718402.

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

Color convert

RGB 66 8 133 -
CMYK 0.50 0.94 0 0.48
HSL 267.84º 0.89% 0.28% -
HSV(B) 267.84º 0.94% 0.52% -
XYZ 6.57 3.03 22.43 -
YUV 39.59 180.72 146.84 -
System Red Green Blue C M Y K H S L
Decimal 66 8 133 0.50 0.94 0 0.48 267.84 0.89 0.28
Hex 42 8 85 32 5E 0 30 10C 59 1C
Octal 102 10 205 62 136 0 60 414 131 34
Binary 1000010 1000 10000101 110010 1011110 0 110000 100001100 1011001 11100

Color Harmonies of #420885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420885

Black with #420885

Text Example


Text Example

White with #420885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420885; }

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

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

background-color css

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

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

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

border-color css

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

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

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