Html Css Color HEX #460D6B Indigo

📋 copy color: '#460D6B'

red 70 ◦ green 13 ◦ blue 107

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

Shades of Indigo #460D6B

Tints of Indigo #460D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.32%

R = 36.84%
G = 6.84%
B = 56.32%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#460D6B (or 0x460D6B) is known color: Indigo. HEX triplet: 46, 0D and 6B. RGB value is (70,13,107). Sum of RGB (Red+Green+Blue) = 70+13+107=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #460D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D6B is #B9F294. Grayscale: #282828. Windows color (decimal): -12186261 or 7015750. OLE color: 7015750.

HSL color Cylindrical-coordinate representation of color #460D6B: hue angle of 276.38º degrees, saturation: 0.78, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460D6B is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 70 13 107 -
CMYK 0.35 0.88 0 0.58
HSL 276.38º 0.78% 0.24% -
HSV(B) 276.38º 0.88% 0.42% -
XYZ 5.32 2.65 14.14 -
YUV 40.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 70 13 107 0.35 0.88 0 0.58 276.38 0.78 0.24
Hex 46 D 6B 23 58 0 3A 114 4E 18
Octal 106 15 153 43 130 0 72 424 116 30
Binary 1000110 1101 1101011 100011 1011000 0 111010 100010100 1001110 11000

Color Harmonies of #460D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D6B

Black with #460D6B

Text Example


Text Example

White with #460D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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