Html Css Color HEX #461584 Indigo

📋 copy color: '#461584'

red 70 ◦ green 21 ◦ blue 132

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

Shades of Indigo #461584

Tints of Indigo #461584

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.42%

 BLUE value IS 132 (51.95% from 255) = 59.19%

R = 31.39%
G = 9.42%
B = 59.19%

CMYK

 C value IS 0.47

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461584 (or 0x461584) is known color: Indigo. HEX triplet: 46, 15 and 84. RGB value is (70,21,132). Sum of RGB (Red+Green+Blue) = 70+21+132=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 132 (51.95% from 255 or 59.19% from 223); Max value from RGB is 132 - color contains mainly: blue. Hex color #461584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461584 is #B9EA7B. Grayscale: #2F2F2F. Windows color (decimal): -12184188 or 8656198. OLE color: 8656198.

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

Color convert

RGB 70 21 132 -
CMYK 0.47 0.84 0 0.48
HSL 266.49º 0.73% 0.3% -
HSV(B) 266.49º 0.84% 0.52% -
XYZ 6.96 3.5 22.14 -
YUV 48.31 175.23 143.47 -
System Red Green Blue C M Y K H S L
Decimal 70 21 132 0.47 0.84 0 0.48 266.49 0.73 0.3
Hex 46 15 84 2F 54 0 30 10A 49 1E
Octal 106 25 204 57 124 0 60 412 111 36
Binary 1000110 10101 10000100 101111 1010100 0 110000 100001010 1001001 11110

Color Harmonies of #461584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461584

Black with #461584

Text Example


Text Example

White with #461584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461584; }

 p { color: rgb(70,21,132); }

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

background-color css

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

 a { background-color: rgb(70,21,132); }

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

border-color css

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

 span { border-color: rgb(70,21,132); }

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