Html Css Color HEX #460896 Indigo

📋 copy color: '#460896'

red 70 ◦ green 8 ◦ blue 150

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

Shades of Indigo #460896

Tints of Indigo #460896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 65.79%

R = 30.7%
G = 3.51%
B = 65.79%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#460896 (or 0x460896) is known color: Indigo. HEX triplet: 46, 08 and 96. RGB value is (70,8,150). Sum of RGB (Red+Green+Blue) = 70+8+150=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 150 (58.98% from 255 or 65.79% from 228); Max value from RGB is 150 - color contains mainly: blue. Hex color #460896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460896 is #B9F769. Grayscale: #2A2A2A. Windows color (decimal): -12187498 or 9832518. OLE color: 9832518.

HSL color Cylindrical-coordinate representation of color #460896: hue angle of 266.2º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460896 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 8 150 -
CMYK 0.53 0.95 0 0.41
HSL 266.2º 0.9% 0.31% -
HSV(B) 266.2º 0.95% 0.59% -
XYZ 8.12 3.68 29.14 -
YUV 42.73 188.54 147.45 -
System Red Green Blue C M Y K H S L
Decimal 70 8 150 0.53 0.95 0 0.41 266.2 0.9 0.31
Hex 46 8 96 35 5F 0 29 10A 5A 1F
Octal 106 10 226 65 137 0 51 412 132 37
Binary 1000110 1000 10010110 110101 1011111 0 101001 100001010 1011010 11111

Color Harmonies of #460896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460896

Black with #460896

Text Example


Text Example

White with #460896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460896; }

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

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

background-color css

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

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

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

border-color css

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

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

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