Html Css Color HEX #461484 Indigo

📋 copy color: '#461484'

red 70 ◦ green 20 ◦ blue 132

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

Shades of Indigo #461484

Tints of Indigo #461484

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 31.53%
G = 9.01%
B = 59.46%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#461484 (or 0x461484) is known color: Indigo. HEX triplet: 46, 14 and 84. RGB value is (70,20,132). Sum of RGB (Red+Green+Blue) = 70+20+132=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #461484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461484 is #B9EB7B. Grayscale: #2F2F2F. Windows color (decimal): -12184444 or 8655942. OLE color: 8655942.

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

Color convert

RGB 70 20 132 -
CMYK 0.47 0.85 0 0.48
HSL 266.79º 0.74% 0.3% -
HSV(B) 266.79º 0.85% 0.52% -
XYZ 6.94 3.47 22.13 -
YUV 47.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 70 20 132 0.47 0.85 0 0.48 266.79 0.74 0.3
Hex 46 14 84 2F 55 0 30 10B 4A 1E
Octal 106 24 204 57 125 0 60 413 112 36
Binary 1000110 10100 10000100 101111 1010101 0 110000 100001011 1001010 11110

Color Harmonies of #461484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461484

Black with #461484

Text Example


Text Example

White with #461484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461484; }

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

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

background-color css

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

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

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

border-color css

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

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

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