Html Css Color HEX #460675 Indigo

📋 copy color: '#460675'

red 70 ◦ green 6 ◦ blue 117

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

Shades of Indigo #460675

Tints of Indigo #460675

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 36.27%
G = 3.11%
B = 60.62%

CMYK

 C value IS 0.40

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#460675 (or 0x460675) is known color: Indigo. HEX triplet: 46, 06 and 75. RGB value is (70,6,117). Sum of RGB (Red+Green+Blue) = 70+6+117=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #460675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460675 is #B9F98A. Grayscale: #252525. Windows color (decimal): -12188043 or 7669318. OLE color: 7669318.

HSL color Cylindrical-coordinate representation of color #460675: hue angle of 274.59º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460675 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 70 6 117 -
CMYK 0.40 0.95 0 0.54
HSL 274.59º 0.9% 0.24% -
HSV(B) 274.59º 0.95% 0.46% -
XYZ 5.8 2.72 17.05 -
YUV 37.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 70 6 117 0.40 0.95 0 0.54 274.59 0.9 0.24
Hex 46 6 75 28 5F 0 36 113 5A 18
Octal 106 6 165 50 137 0 66 423 132 30
Binary 1000110 110 1110101 101000 1011111 0 110110 100010011 1011010 11000

Color Harmonies of #460675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460675

Black with #460675

Text Example


Text Example

White with #460675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460675; }

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

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

background-color css

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

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

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

border-color css

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

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

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