Html Css Color HEX #460F68 Indigo

📋 copy color: '#460F68'

red 70 ◦ green 15 ◦ blue 104

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

Shades of Indigo #460F68

Tints of Indigo #460F68

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.94%

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

R = 37.04%
G = 7.94%
B = 55.03%

CMYK

 C value IS 0.33

 M value IS 0.86

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#460F68 (or 0x460F68) is known color: Indigo. HEX triplet: 46, 0F and 68. RGB value is (70,15,104). Sum of RGB (Red+Green+Blue) = 70+15+104=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #460F68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F68 is #B9F097. Grayscale: #292929. Windows color (decimal): -12185752 or 6819654. OLE color: 6819654.

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

Color convert

RGB 70 15 104 -
CMYK 0.33 0.86 0 0.59
HSL 277.08º 0.75% 0.23% -
HSV(B) 277.08º 0.86% 0.41% -
XYZ 5.2 2.64 13.33 -
YUV 41.59 163.22 148.26 -
System Red Green Blue C M Y K H S L
Decimal 70 15 104 0.33 0.86 0 0.59 277.08 0.75 0.23
Hex 46 F 68 21 56 0 3B 115 4B 17
Octal 106 17 150 41 126 0 73 425 113 27
Binary 1000110 1111 1101000 100001 1010110 0 111011 100010101 1001011 10111

Color Harmonies of #460F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460F68

Black with #460F68

Text Example


Text Example

White with #460F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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