Html Css Color HEX #461073 Indigo

📋 copy color: '#461073'

red 70 ◦ green 16 ◦ blue 115

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

Shades of Indigo #461073

Tints of Indigo #461073

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.96%

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

R = 34.83%
G = 7.96%
B = 57.21%

CMYK

 C value IS 0.39

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461073 (or 0x461073) is known color: Indigo. HEX triplet: 46, 10 and 73. RGB value is (70,16,115). Sum of RGB (Red+Green+Blue) = 70+16+115=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 16 (6.64% from 255 or 7.96% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #461073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461073 is #B9EF8C. Grayscale: #2B2B2B. Windows color (decimal): -12185485 or 7540806. OLE color: 7540806.

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

Color convert

RGB 70 16 115 -
CMYK 0.39 0.86 0 0.55
HSL 272.73º 0.76% 0.26% -
HSV(B) 272.73º 0.86% 0.45% -
XYZ 5.81 2.91 16.48 -
YUV 43.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 70 16 115 0.39 0.86 0 0.55 272.73 0.76 0.26
Hex 46 10 73 27 56 0 37 111 4C 1A
Octal 106 20 163 47 126 0 67 421 114 32
Binary 1000110 10000 1110011 100111 1010110 0 110111 100010001 1001100 11010

Color Harmonies of #461073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461073

Black with #461073

Text Example


Text Example

White with #461073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461073; }

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

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

background-color css

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

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

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

border-color css

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

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

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