Html Css Color HEX #460A75 Indigo

📋 copy color: '#460A75'

red 70 ◦ green 10 ◦ blue 117

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

Shades of Indigo #460A75

Tints of Indigo #460A75

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.08%

 BLUE value IS 117 (46.09% from 255) = 59.39%

R = 35.53%
G = 5.08%
B = 59.39%

CMYK

 C value IS 0.40

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460A75 (or 0x460A75) is known color: Indigo. HEX triplet: 46, 0A and 75. RGB value is (70,10,117). Sum of RGB (Red+Green+Blue) = 70+10+117=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #460A75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A75 is #B9F58A. Grayscale: #272727. Windows color (decimal): -12187019 or 7670342. OLE color: 7670342.

HSL color Cylindrical-coordinate representation of color #460A75: hue angle of 273.64º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460A75 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 10 117 -
CMYK 0.40 0.91 0 0.54
HSL 273.64º 0.84% 0.25% -
HSV(B) 273.64º 0.91% 0.46% -
XYZ 5.85 2.8 17.06 -
YUV 40.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 70 10 117 0.40 0.91 0 0.54 273.64 0.84 0.25
Hex 46 A 75 28 5B 0 36 112 54 19
Octal 106 12 165 50 133 0 66 422 124 31
Binary 1000110 1010 1110101 101000 1011011 0 110110 100010010 1010100 11001

Color Harmonies of #460A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460A75

Black with #460A75

Text Example


Text Example

White with #460A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,10,117); }

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

background-color css

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

 a { background-color: rgb(70,10,117); }

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

border-color css

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

 span { border-color: rgb(70,10,117); }

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