Html Css Color HEX #460866 Indigo

📋 copy color: '#460866'

red 70 ◦ green 8 ◦ blue 102

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

Shades of Indigo #460866

Tints of Indigo #460866

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

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

R = 38.89%
G = 4.44%
B = 56.67%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#460866 (or 0x460866) is known color: Indigo. HEX triplet: 46, 08 and 66. RGB value is (70,8,102). Sum of RGB (Red+Green+Blue) = 70+8+102=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 102 (40.23% from 255 or 56.67% from 180); Max value from RGB is 102 - color contains mainly: blue. Hex color #460866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460866 is #B9F799. Grayscale: #242424. Windows color (decimal): -12187546 or 6686790. OLE color: 6686790.

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

Color convert

RGB 70 8 102 -
CMYK 0.31 0.92 0 0.6
HSL 279.57º 0.85% 0.22% -
HSV(B) 279.57º 0.92% 0.4% -
XYZ 5.01 2.44 12.78 -
YUV 37.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 70 8 102 0.31 0.92 0 0.6 279.57 0.85 0.22
Hex 46 8 66 1F 5C 0 3C 118 55 16
Octal 106 10 146 37 134 0 74 430 125 26
Binary 1000110 1000 1100110 11111 1011100 0 111100 100011000 1010101 10110

Color Harmonies of #460866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460866

Black with #460866

Text Example


Text Example

White with #460866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460866; }

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

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

background-color css

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

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

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

border-color css

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

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

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