Html Css Color HEX #420185 Indigo

📋 copy color: '#420185'

red 66 ◦ green 1 ◦ blue 133

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

Shades of Indigo #420185

Tints of Indigo #420185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 33%
G = 0.5%
B = 66.5%

CMYK

 C value IS 0.50

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#420185 (or 0x420185) is known color: Indigo. HEX triplet: 42, 01 and 85. RGB value is (66,1,133). Sum of RGB (Red+Green+Blue) = 66+1+133=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 133 (52.34% from 255 or 66.5% from 200); Max value from RGB is 133 - color contains mainly: blue. Hex color #420185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420185 is #BDFE7A. Grayscale: #232323. Windows color (decimal): -12451451 or 8716610. OLE color: 8716610.

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

Color convert

RGB 66 1 133 -
CMYK 0.50 0.99 0 0.48
HSL 269.55º 0.99% 0.26% -
HSV(B) 269.55º 0.99% 0.52% -
XYZ 6.49 2.87 22.4 -
YUV 35.48 183.03 149.77 -
System Red Green Blue C M Y K H S L
Decimal 66 1 133 0.50 0.99 0 0.48 269.55 0.99 0.26
Hex 42 1 85 32 63 0 30 10E 63 1A
Octal 102 1 205 62 143 0 60 416 143 32
Binary 1000010 1 10000101 110010 1100011 0 110000 100001110 1100011 11010

Color Harmonies of #420185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420185

Black with #420185

Text Example


Text Example

White with #420185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420185; }

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

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

background-color css

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

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

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

border-color css

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

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

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