Html Css Color HEX #420361 Indigo

📋 copy color: '#420361'

red 66 ◦ green 3 ◦ blue 97

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

Shades of Indigo #420361

Tints of Indigo #420361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.81%

 BLUE value IS 97 (38.28% from 255) = 58.43%

R = 39.76%
G = 1.81%
B = 58.43%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#420361 (or 0x420361) is known color: Indigo. HEX triplet: 42, 03 and 61. RGB value is (66,3,97). Sum of RGB (Red+Green+Blue) = 66+3+97=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 97 (38.28% from 255 or 58.43% from 166); Max value from RGB is 97 - color contains mainly: blue. Hex color #420361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420361 is #BDFC9E. Grayscale: #202020. Windows color (decimal): -12450975 or 6357826. OLE color: 6357826.

HSL color Cylindrical-coordinate representation of color #420361: hue angle of 280.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420361 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 3 97 -
CMYK 0.32 0.97 0 0.62
HSL 280.21º 0.94% 0.2% -
HSV(B) 280.21º 0.97% 0.38% -
XYZ 4.44 2.09 11.48 -
YUV 32.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 66 3 97 0.32 0.97 0 0.62 280.21 0.94 0.2
Hex 42 3 61 20 61 0 3E 118 5E 14
Octal 102 3 141 40 141 0 76 430 136 24
Binary 1000010 11 1100001 100000 1100001 0 111110 100011000 1011110 10100

Color Harmonies of #420361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420361

Black with #420361

Text Example


Text Example

White with #420361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420361; }

 p { color: rgb(66,3,97); }

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

background-color css

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

 a { background-color: rgb(66,3,97); }

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

border-color css

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

 span { border-color: rgb(66,3,97); }

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