Html Css Color HEX #460D95 Indigo

📋 copy color: '#460D95'

red 70 ◦ green 13 ◦ blue 149

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

Shades of Indigo #460D95

Tints of Indigo #460D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.6%

 BLUE value IS 149 (58.59% from 255) = 64.22%

R = 30.17%
G = 5.6%
B = 64.22%

CMYK

 C value IS 0.53

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#460D95 (or 0x460D95) is known color: Indigo. HEX triplet: 46, 0D and 95. RGB value is (70,13,149). Sum of RGB (Red+Green+Blue) = 70+13+149=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 149 (58.59% from 255 or 64.22% from 232); Max value from RGB is 149 - color contains mainly: blue. Hex color #460D95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D95 is #B9F26A. Grayscale: #2D2D2D. Windows color (decimal): -12186219 or 9768262. OLE color: 9768262.

HSL color Cylindrical-coordinate representation of color #460D95: hue angle of 265.15º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460D95 is Cyan = 0.53, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 13 149 -
CMYK 0.53 0.91 0 0.42
HSL 265.15º 0.84% 0.32% -
HSV(B) 265.15º 0.91% 0.58% -
XYZ 8.09 3.76 28.73 -
YUV 45.55 186.38 145.44 -
System Red Green Blue C M Y K H S L
Decimal 70 13 149 0.53 0.91 0 0.42 265.15 0.84 0.32
Hex 46 D 95 35 5B 0 2A 109 54 20
Octal 106 15 225 65 133 0 52 411 124 40
Binary 1000110 1101 10010101 110101 1011011 0 101010 100001001 1010100 100000

Color Harmonies of #460D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D95

Black with #460D95

Text Example


Text Example

White with #460D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,13,149); }

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

background-color css

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

 a { background-color: rgb(70,13,149); }

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

border-color css

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

 span { border-color: rgb(70,13,149); }

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