Html Css Color HEX #460F84 Indigo

📋 copy color: '#460F84'

red 70 ◦ green 15 ◦ blue 132

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

Shades of Indigo #460F84

Tints of Indigo #460F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.91%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 32.26%
G = 6.91%
B = 60.83%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#460F84 (or 0x460F84) is known color: Indigo. HEX triplet: 46, 0F and 84. RGB value is (70,15,132). Sum of RGB (Red+Green+Blue) = 70+15+132=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #460F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F84 is #B9F07B. Grayscale: #2C2C2C. Windows color (decimal): -12185724 or 8654662. OLE color: 8654662.

HSL color Cylindrical-coordinate representation of color #460F84: hue angle of 268.21º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460F84 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 15 132 -
CMYK 0.47 0.89 0 0.48
HSL 268.21º 0.8% 0.29% -
HSV(B) 268.21º 0.89% 0.52% -
XYZ 6.86 3.31 22.11 -
YUV 44.78 177.22 145.99 -
System Red Green Blue C M Y K H S L
Decimal 70 15 132 0.47 0.89 0 0.48 268.21 0.8 0.29
Hex 46 F 84 2F 59 0 30 10C 50 1D
Octal 106 17 204 57 131 0 60 414 120 35
Binary 1000110 1111 10000100 101111 1011001 0 110000 100001100 1010000 11101

Color Harmonies of #460F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F84

Black with #460F84

Text Example


Text Example

White with #460F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460F84; }

 p { color: rgb(70,15,132); }

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

background-color css

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

 a { background-color: rgb(70,15,132); }

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

border-color css

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

 span { border-color: rgb(70,15,132); }

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