Html Css Color HEX #460670 Indigo

📋 copy color: '#460670'

red 70 ◦ green 6 ◦ blue 112

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

Shades of Indigo #460670

Tints of Indigo #460670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 37.23%
G = 3.19%
B = 59.57%

CMYK

 C value IS 0.38

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460670 (or 0x460670) is known color: Indigo. HEX triplet: 46, 06 and 70. RGB value is (70,6,112). Sum of RGB (Red+Green+Blue) = 70+6+112=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #460670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460670 is #B9F98F. Grayscale: #242424. Windows color (decimal): -12188048 or 7341638. OLE color: 7341638.

HSL color Cylindrical-coordinate representation of color #460670: hue angle of 276.23º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460670 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 6 112 -
CMYK 0.38 0.95 0 0.56
HSL 276.23º 0.9% 0.23% -
HSV(B) 276.23º 0.95% 0.44% -
XYZ 5.52 2.6 15.54 -
YUV 37.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 70 6 112 0.38 0.95 0 0.56 276.23 0.9 0.23
Hex 46 6 70 26 5F 0 38 114 5A 17
Octal 106 6 160 46 137 0 70 424 132 27
Binary 1000110 110 1110000 100110 1011111 0 111000 100010100 1011010 10111

Color Harmonies of #460670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460670

Black with #460670

Text Example


Text Example

White with #460670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460670; }

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

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

background-color css

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

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

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

border-color css

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

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

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