Html Css Color HEX #460D9A Indigo

📋 copy color: '#460D9A'

red 70 ◦ green 13 ◦ blue 154

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

Shades of Indigo #460D9A

Tints of Indigo #460D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 29.54%
G = 5.49%
B = 64.98%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#460D9A (or 0x460D9A) is known color: Indigo. HEX triplet: 46, 0D and 9A. RGB value is (70,13,154). Sum of RGB (Red+Green+Blue) = 70+13+154=237 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.54% from 237); Green value is 13 (5.47% from 255 or 5.49% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #460D9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D9A is #B9F265. Grayscale: #2D2D2D. Windows color (decimal): -12186214 or 10095942. OLE color: 10095942.

HSL color Cylindrical-coordinate representation of color #460D9A: hue angle of 264.26º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460D9A is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 13 154 -
CMYK 0.55 0.92 0 0.40
HSL 264.26º 0.84% 0.33% -
HSV(B) 264.26º 0.92% 0.6% -
XYZ 8.5 3.92 30.88 -
YUV 46.12 188.88 145.04 -
System Red Green Blue C M Y K H S L
Decimal 70 13 154 0.55 0.92 0 0.40 264.26 0.84 0.33
Hex 46 D 9A 37 5C 0 28 108 54 21
Octal 106 15 232 67 134 0 50 410 124 41
Binary 1000110 1101 10011010 110111 1011100 0 101000 100001000 1010100 100001

Color Harmonies of #460D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D9A

Black with #460D9A

Text Example


Text Example

White with #460D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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