Html Css Color HEX #460864 Indigo

📋 copy color: '#460864'

red 70 ◦ green 8 ◦ blue 100

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

Shades of Indigo #460864

Tints of Indigo #460864

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 56.18%

R = 39.33%
G = 4.49%
B = 56.18%

CMYK

 C value IS 0.30

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#460864 (or 0x460864) is known color: Indigo. HEX triplet: 46, 08 and 64. RGB value is (70,8,100). Sum of RGB (Red+Green+Blue) = 70+8+100=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 8 (3.52% from 255 or 4.49% from 178); Blue value is 100 (39.45% from 255 or 56.18% from 178); Max value from RGB is 100 - color contains mainly: blue. Hex color #460864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460864 is #B9F79B. Grayscale: #242424. Windows color (decimal): -12187548 or 6555718. OLE color: 6555718.

HSL color Cylindrical-coordinate representation of color #460864: hue angle of 280.43º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460864 is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 70 8 100 -
CMYK 0.30 0.92 0 0.61
HSL 280.43º 0.85% 0.21% -
HSV(B) 280.43º 0.92% 0.39% -
XYZ 4.91 2.4 12.26 -
YUV 37.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 70 8 100 0.30 0.92 0 0.61 280.43 0.85 0.21
Hex 46 8 64 1E 5C 0 3D 118 55 15
Octal 106 10 144 36 134 0 75 430 125 25
Binary 1000110 1000 1100100 11110 1011100 0 111101 100011000 1010101 10101

Color Harmonies of #460864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460864

Black with #460864

Text Example


Text Example

White with #460864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460864; }

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

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

background-color css

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

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

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

border-color css

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

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

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