Html Css Color HEX #460673 Indigo

📋 copy color: '#460673'

red 70 ◦ green 6 ◦ blue 115

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

Shades of Indigo #460673

Tints of Indigo #460673

RGB

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

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

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

R = 36.65%
G = 3.14%
B = 60.21%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460673 (or 0x460673) is known color: Indigo. HEX triplet: 46, 06 and 73. RGB value is (70,6,115). Sum of RGB (Red+Green+Blue) = 70+6+115=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #460673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460673 is #B9F98C. Grayscale: #252525. Windows color (decimal): -12188045 or 7538246. OLE color: 7538246.

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

Color convert

RGB 70 6 115 -
CMYK 0.39 0.95 0 0.55
HSL 275.23º 0.9% 0.24% -
HSV(B) 275.23º 0.95% 0.45% -
XYZ 5.69 2.67 16.44 -
YUV 37.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 70 6 115 0.39 0.95 0 0.55 275.23 0.9 0.24
Hex 46 6 73 27 5F 0 37 113 5A 18
Octal 106 6 163 47 137 0 67 423 132 30
Binary 1000110 110 1110011 100111 1011111 0 110111 100010011 1011010 11000

Color Harmonies of #460673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460673

Black with #460673

Text Example


Text Example

White with #460673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460673; }

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

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

background-color css

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

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

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

border-color css

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

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

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