Html Css Color HEX #460D68 Indigo

📋 copy color: '#460D68'

red 70 ◦ green 13 ◦ blue 104

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

Shades of Indigo #460D68

Tints of Indigo #460D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 55.61%

R = 37.43%
G = 6.95%
B = 55.61%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460D68 (or 0x460D68) is known color: Indigo. HEX triplet: 46, 0D and 68. RGB value is (70,13,104). Sum of RGB (Red+Green+Blue) = 70+13+104=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #460D68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D68 is #B9F297. Grayscale: #282828. Windows color (decimal): -12186264 or 6819142. OLE color: 6819142.

HSL color Cylindrical-coordinate representation of color #460D68: hue angle of 277.58º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460D68 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 70 13 104 -
CMYK 0.33 0.88 0 0.59
HSL 277.58º 0.78% 0.23% -
HSV(B) 277.58º 0.88% 0.41% -
XYZ 5.17 2.59 13.32 -
YUV 40.42 163.88 149.1 -
System Red Green Blue C M Y K H S L
Decimal 70 13 104 0.33 0.88 0 0.59 277.58 0.78 0.23
Hex 46 D 68 21 58 0 3B 116 4E 17
Octal 106 15 150 41 130 0 73 426 116 27
Binary 1000110 1101 1101000 100001 1011000 0 111011 100010110 1001110 10111

Color Harmonies of #460D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D68

Black with #460D68

Text Example


Text Example

White with #460D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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