Html Css Color HEX #460D9B Indigo

📋 copy color: '#460D9B'

red 70 ◦ green 13 ◦ blue 155

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

Shades of Indigo #460D9B

Tints of Indigo #460D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.13%

R = 29.41%
G = 5.46%
B = 65.13%

CMYK

 C value IS 0.55

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#460D9B (or 0x460D9B) is known color: Indigo. HEX triplet: 46, 0D and 9B. RGB value is (70,13,155). Sum of RGB (Red+Green+Blue) = 70+13+155=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 155 (60.94% from 255 or 65.13% from 238); Max value from RGB is 155 - color contains mainly: blue. Hex color #460D9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D9B is #B9F264. Grayscale: #2D2D2D. Windows color (decimal): -12186213 or 10161478. OLE color: 10161478.

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

Color convert

RGB 70 13 155 -
CMYK 0.55 0.92 0 0.39
HSL 264.08º 0.85% 0.33% -
HSV(B) 264.08º 0.92% 0.61% -
XYZ 8.59 3.96 31.32 -
YUV 46.23 189.38 144.95 -
System Red Green Blue C M Y K H S L
Decimal 70 13 155 0.55 0.92 0 0.39 264.08 0.85 0.33
Hex 46 D 9B 37 5C 0 27 108 55 21
Octal 106 15 233 67 134 0 47 410 125 41
Binary 1000110 1101 10011011 110111 1011100 0 100111 100001000 1010101 100001

Color Harmonies of #460D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D9B

Black with #460D9B

Text Example


Text Example

White with #460D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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