Html Css Color HEX #420085 Indigo

📋 copy color: '#420085'

red 66 ◦ green 0 ◦ blue 133

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

Shades of Indigo #420085

Tints of Indigo #420085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.17%
G = 0%
B = 66.83%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420085 (or 0x420085) is known color: Indigo. HEX triplet: 42, 00 and 85. RGB value is (66,0,133). Sum of RGB (Red+Green+Blue) = 66+0+133=199 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.17% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #420085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420085 is #BDFF7A. Grayscale: #222222. Windows color (decimal): -12451707 or 8716354. OLE color: 8716354.

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

Color convert

RGB 66 0 133 -
CMYK 0.50 1 0 0.48
HSL 269.77º 1% 0.26% -
HSV(B) 269.77º 1% 0.52% -
XYZ 6.48 2.85 22.4 -
YUV 34.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 66 0 133 0.50 1 0 0.48 269.77 1 0.26
Hex 42 0 85 32 64 0 30 10E 64 1A
Octal 102 0 205 62 144 0 60 416 144 32
Binary 1000010 0 10000101 110010 1100100 0 110000 100001110 1100100 11010

Color Harmonies of #420085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420085

Black with #420085

Text Example


Text Example

White with #420085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420085; }

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

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

background-color css

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

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

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

border-color css

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

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

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