Html Css Color HEX #460766 Indigo

📋 copy color: '#460766'

red 70 ◦ green 7 ◦ blue 102

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

Shades of Indigo #460766

Tints of Indigo #460766

RGB

 RED value IS 70 (27.73% from 255) = 39.11%

 GREEN value IS 7 (3.13% from 255) = 3.91%

 BLUE value IS 102 (40.23% from 255) = 56.98%

R = 39.11%
G = 3.91%
B = 56.98%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#460766 (or 0x460766) is known color: Indigo. HEX triplet: 46, 07 and 66. RGB value is (70,7,102). Sum of RGB (Red+Green+Blue) = 70+7+102=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 102 (40.23% from 255 or 56.98% from 179); Max value from RGB is 102 - color contains mainly: blue. Hex color #460766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460766 is #B9F899. Grayscale: #242424. Windows color (decimal): -12187802 or 6686534. OLE color: 6686534.

HSL color Cylindrical-coordinate representation of color #460766: hue angle of 279.79º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460766 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 70 7 102 -
CMYK 0.31 0.93 0 0.6
HSL 279.79º 0.87% 0.21% -
HSV(B) 279.79º 0.93% 0.4% -
XYZ 5 2.41 12.77 -
YUV 36.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 70 7 102 0.31 0.93 0 0.6 279.79 0.87 0.21
Hex 46 7 66 1F 5D 0 3C 118 57 15
Octal 106 7 146 37 135 0 74 430 127 25
Binary 1000110 111 1100110 11111 1011101 0 111100 100011000 1010111 10101

Color Harmonies of #460766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460766

Black with #460766

Text Example


Text Example

White with #460766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460766; }

 p { color: rgb(70,7,102); }

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

background-color css

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

 a { background-color: rgb(70,7,102); }

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

border-color css

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

 span { border-color: rgb(70,7,102); }

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