Html Css Color HEX #460070 Indigo

📋 copy color: '#460070'

red 70 ◦ green 0 ◦ blue 112

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

Shades of Indigo #460070

Tints of Indigo #460070

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.46%
G = 0%
B = 61.54%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#460070 (or 0x460070) is known color: Indigo. HEX triplet: 46, 00 and 70. RGB value is (70,0,112). Sum of RGB (Red+Green+Blue) = 70+0+112=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #460070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460070 is #B9FF8F. Grayscale: #212121. Windows color (decimal): -12189584 or 7340102. OLE color: 7340102.

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

Color convert

RGB 70 0 112 -
CMYK 0.38 1 0 0.56
HSL 277.5º 1% 0.22% -
HSV(B) 277.5º 1% 0.44% -
XYZ 5.45 2.47 15.52 -
YUV 33.7 172.19 153.89 -
System Red Green Blue C M Y K H S L
Decimal 70 0 112 0.38 1 0 0.56 277.5 1 0.22
Hex 46 0 70 26 64 0 38 116 64 16
Octal 106 0 160 46 144 0 70 426 144 26
Binary 1000110 0 1110000 100110 1100100 0 111000 100010110 1100100 10110

Color Harmonies of #460070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460070

Black with #460070

Text Example


Text Example

White with #460070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460070; }

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

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

background-color css

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

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

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

border-color css

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

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

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