Html Css Color HEX #461386 Indigo

📋 copy color: '#461386'

red 70 ◦ green 19 ◦ blue 134

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

Shades of Indigo #461386

Tints of Indigo #461386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.09%

R = 31.39%
G = 8.52%
B = 60.09%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#461386 (or 0x461386) is known color: Indigo. HEX triplet: 46, 13 and 86. RGB value is (70,19,134). Sum of RGB (Red+Green+Blue) = 70+19+134=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 19 (7.81% from 255 or 8.52% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #461386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461386 is #B9EC79. Grayscale: #2E2E2E. Windows color (decimal): -12184698 or 8786758. OLE color: 8786758.

HSL color Cylindrical-coordinate representation of color #461386: hue angle of 266.61º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461386 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 19 134 -
CMYK 0.48 0.86 0 0.47
HSL 266.61º 0.75% 0.3% -
HSV(B) 266.61º 0.86% 0.53% -
XYZ 7.06 3.49 22.86 -
YUV 47.36 176.9 144.15 -
System Red Green Blue C M Y K H S L
Decimal 70 19 134 0.48 0.86 0 0.47 266.61 0.75 0.3
Hex 46 13 86 30 56 0 2F 10B 4B 1E
Octal 106 23 206 60 126 0 57 413 113 36
Binary 1000110 10011 10000110 110000 1010110 0 101111 100001011 1001011 11110

Color Harmonies of #461386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461386

Black with #461386

Text Example


Text Example

White with #461386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461386; }

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

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

background-color css

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

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

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

border-color css

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

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

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