Html Css Color HEX #461370 Indigo

📋 copy color: '#461370'

red 70 ◦ green 19 ◦ blue 112

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

Shades of Indigo #461370

Tints of Indigo #461370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 55.72%

R = 34.83%
G = 9.45%
B = 55.72%

CMYK

 C value IS 0.38

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#461370 (or 0x461370) is known color: Indigo. HEX triplet: 46, 13 and 70. RGB value is (70,19,112). Sum of RGB (Red+Green+Blue) = 70+19+112=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #461370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461370 is #B9EC8F. Grayscale: #2C2C2C. Windows color (decimal): -12184720 or 7344966. OLE color: 7344966.

HSL color Cylindrical-coordinate representation of color #461370: hue angle of 272.9º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #461370 is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 70 19 112 -
CMYK 0.38 0.83 0 0.56
HSL 272.9º 0.71% 0.26% -
HSV(B) 272.9º 0.83% 0.44% -
XYZ 5.68 2.94 15.6 -
YUV 44.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 70 19 112 0.38 0.83 0 0.56 272.9 0.71 0.26
Hex 46 13 70 26 53 0 38 111 47 1A
Octal 106 23 160 46 123 0 70 421 107 32
Binary 1000110 10011 1110000 100110 1010011 0 111000 100010001 1000111 11010

Color Harmonies of #461370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461370

Black with #461370

Text Example


Text Example

White with #461370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461370; }

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

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

background-color css

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

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

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

border-color css

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

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

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