Html Css Color HEX #420965 Indigo

📋 copy color: '#420965'

red 66 ◦ green 9 ◦ blue 101

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

Shades of Indigo #420965

Tints of Indigo #420965

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.11%

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

R = 37.5%
G = 5.11%
B = 57.39%

CMYK

 C value IS 0.35

 M value IS 0.91

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#420965 (or 0x420965) is known color: Indigo. HEX triplet: 42, 09 and 65. RGB value is (66,9,101). Sum of RGB (Red+Green+Blue) = 66+9+101=176 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.5% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 101 (39.84% from 255 or 57.39% from 176); Max value from RGB is 101 - color contains mainly: blue. Hex color #420965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420965 is #BDF69A. Grayscale: #242424. Windows color (decimal): -12449435 or 6621506. OLE color: 6621506.

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

Color convert

RGB 66 9 101 -
CMYK 0.35 0.91 0 0.60
HSL 277.17º 0.84% 0.22% -
HSV(B) 277.17º 0.91% 0.4% -
XYZ 4.69 2.29 12.51 -
YUV 36.53 164.38 149.02 -
System Red Green Blue C M Y K H S L
Decimal 66 9 101 0.35 0.91 0 0.60 277.17 0.84 0.22
Hex 42 9 65 23 5B 0 3C 115 54 16
Octal 102 11 145 43 133 0 74 425 124 26
Binary 1000010 1001 1100101 100011 1011011 0 111100 100010101 1010100 10110

Color Harmonies of #420965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420965

Black with #420965

Text Example


Text Example

White with #420965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420965; }

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

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

background-color css

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

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

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

border-color css

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

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

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