Html Css Color HEX #420465 Indigo

📋 copy color: '#420465'

red 66 ◦ green 4 ◦ blue 101

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

Shades of Indigo #420465

Tints of Indigo #420465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 59.06%

R = 38.6%
G = 2.34%
B = 59.06%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420465 (or 0x420465) is known color: Indigo. HEX triplet: 42, 04 and 65. RGB value is (66,4,101). Sum of RGB (Red+Green+Blue) = 66+4+101=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 101 (39.84% from 255 or 59.06% from 171); Max value from RGB is 101 - color contains mainly: blue. Hex color #420465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420465 is #BDFB9A. Grayscale: #212121. Windows color (decimal): -12450715 or 6620226. OLE color: 6620226.

HSL color Cylindrical-coordinate representation of color #420465: hue angle of 278.35º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420465 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 66 4 101 -
CMYK 0.35 0.96 0 0.60
HSL 278.35º 0.92% 0.21% -
HSV(B) 278.35º 0.96% 0.4% -
XYZ 4.64 2.18 12.49 -
YUV 33.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 66 4 101 0.35 0.96 0 0.60 278.35 0.92 0.21
Hex 42 4 65 23 60 0 3C 116 5C 15
Octal 102 4 145 43 140 0 74 426 134 25
Binary 1000010 100 1100101 100011 1100000 0 111100 100010110 1011100 10101

Color Harmonies of #420465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420465

Black with #420465

Text Example


Text Example

White with #420465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420465; }

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

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

background-color css

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

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

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

border-color css

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

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

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