Html Css Color HEX #461374 Indigo

📋 copy color: '#461374'

red 70 ◦ green 19 ◦ blue 116

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

Shades of Indigo #461374

Tints of Indigo #461374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.27%

 BLUE value IS 116 (45.7% from 255) = 56.59%

R = 34.15%
G = 9.27%
B = 56.59%

CMYK

 C value IS 0.40

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#461374 (or 0x461374) is known color: Indigo. HEX triplet: 46, 13 and 74. RGB value is (70,19,116). Sum of RGB (Red+Green+Blue) = 70+19+116=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #461374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461374 is #B9EC8B. Grayscale: #2C2C2C. Windows color (decimal): -12184716 or 7607110. OLE color: 7607110.

HSL color Cylindrical-coordinate representation of color #461374: hue angle of 271.55º degrees, saturation: 0.72, 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 #461374 is Cyan = 0.40, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 70 19 116 -
CMYK 0.40 0.84 0 0.55
HSL 271.55º 0.72% 0.26% -
HSV(B) 271.55º 0.84% 0.45% -
XYZ 5.91 3.03 16.8 -
YUV 45.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 70 19 116 0.40 0.84 0 0.55 271.55 0.72 0.26
Hex 46 13 74 28 54 0 37 110 48 1A
Octal 106 23 164 50 124 0 67 420 110 32
Binary 1000110 10011 1110100 101000 1010100 0 110111 100010000 1001000 11010

Color Harmonies of #461374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461374

Black with #461374

Text Example


Text Example

White with #461374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461374; }

 p { color: rgb(70,19,116); }

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

background-color css

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

 a { background-color: rgb(70,19,116); }

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

border-color css

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

 span { border-color: rgb(70,19,116); }

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