Html Css Color HEX #460373 Indigo

📋 copy color: '#460373'

red 70 ◦ green 3 ◦ blue 115

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

Shades of Indigo #460373

Tints of Indigo #460373

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 37.23%
G = 1.6%
B = 61.17%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#460373 (or 0x460373) is known color: Indigo. HEX triplet: 46, 03 and 73. RGB value is (70,3,115). Sum of RGB (Red+Green+Blue) = 70+3+115=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #460373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460373 is #B9FC8C. Grayscale: #232323. Windows color (decimal): -12188813 or 7537478. OLE color: 7537478.

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

Color convert

RGB 70 3 115 -
CMYK 0.39 0.97 0 0.55
HSL 275.89º 0.95% 0.23% -
HSV(B) 275.89º 0.97% 0.45% -
XYZ 5.65 2.61 16.42 -
YUV 35.8 172.7 152.39 -
System Red Green Blue C M Y K H S L
Decimal 70 3 115 0.39 0.97 0 0.55 275.89 0.95 0.23
Hex 46 3 73 27 61 0 37 114 5F 17
Octal 106 3 163 47 141 0 67 424 137 27
Binary 1000110 11 1110011 100111 1100001 0 110111 100010100 1011111 10111

Color Harmonies of #460373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460373

Black with #460373

Text Example


Text Example

White with #460373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460373; }

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

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

background-color css

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

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

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

border-color css

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

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

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