Html Css Color HEX #461273 Indigo

📋 copy color: '#461273'

red 70 ◦ green 18 ◦ blue 115

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

Shades of Indigo #461273

Tints of Indigo #461273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.87%

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

R = 34.48%
G = 8.87%
B = 56.65%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461273 (or 0x461273) is known color: Indigo. HEX triplet: 46, 12 and 73. RGB value is (70,18,115). Sum of RGB (Red+Green+Blue) = 70+18+115=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #461273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461273 is #B9ED8C. Grayscale: #2C2C2C. Windows color (decimal): -12184973 or 7541318. OLE color: 7541318.

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

Color convert

RGB 70 18 115 -
CMYK 0.39 0.84 0 0.55
HSL 272.16º 0.73% 0.26% -
HSV(B) 272.16º 0.84% 0.45% -
XYZ 5.84 2.97 16.49 -
YUV 44.61 167.73 146.11 -
System Red Green Blue C M Y K H S L
Decimal 70 18 115 0.39 0.84 0 0.55 272.16 0.73 0.26
Hex 46 12 73 27 54 0 37 110 49 1A
Octal 106 22 163 47 124 0 67 420 111 32
Binary 1000110 10010 1110011 100111 1010100 0 110111 100010000 1001001 11010

Color Harmonies of #461273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461273

Black with #461273

Text Example


Text Example

White with #461273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461273; }

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

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

background-color css

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

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

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

border-color css

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

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

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