Html Css Color HEX #460173 Indigo

📋 copy color: '#460173'

red 70 ◦ green 1 ◦ blue 115

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

Shades of Indigo #460173

Tints of Indigo #460173

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.54%

 BLUE value IS 115 (45.31% from 255) = 61.83%

R = 37.63%
G = 0.54%
B = 61.83%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460173 (or 0x460173) is known color: Indigo. HEX triplet: 46, 01 and 73. RGB value is (70,1,115). Sum of RGB (Red+Green+Blue) = 70+1+115=186 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.63% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #460173 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460173 is #B9FE8C. Grayscale: #222222. Windows color (decimal): -12189325 or 7536966. OLE color: 7536966.

HSL color Cylindrical-coordinate representation of color #460173: hue angle of 276.32º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460173 is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 1 115 -
CMYK 0.39 0.99 0 0.55
HSL 276.32º 0.98% 0.23% -
HSV(B) 276.32º 0.99% 0.45% -
XYZ 5.63 2.56 16.42 -
YUV 34.63 173.36 153.23 -
System Red Green Blue C M Y K H S L
Decimal 70 1 115 0.39 0.99 0 0.55 276.32 0.98 0.23
Hex 46 1 73 27 63 0 37 114 62 17
Octal 106 1 163 47 143 0 67 424 142 27
Binary 1000110 1 1110011 100111 1100011 0 110111 100010100 1100010 10111

Color Harmonies of #460173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460173

Black with #460173

Text Example


Text Example

White with #460173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460173; }

 p { color: rgb(70,1,115); }

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

background-color css

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

 a { background-color: rgb(70,1,115); }

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

border-color css

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

 span { border-color: rgb(70,1,115); }

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