Html Css Color HEX #461485 Indigo

📋 copy color: '#461485'

red 70 ◦ green 20 ◦ blue 133

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

Shades of Indigo #461485

Tints of Indigo #461485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.64%

R = 31.39%
G = 8.97%
B = 59.64%

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

#461485 (or 0x461485) is known color: Indigo. HEX triplet: 46, 14 and 85. RGB value is (70,20,133). Sum of RGB (Red+Green+Blue) = 70+20+133=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #461485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461485 is #B9EB7A. Grayscale: #2F2F2F. Windows color (decimal): -12184443 or 8721478. OLE color: 8721478.

HSL color Cylindrical-coordinate representation of color #461485: hue angle of 266.55º 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 #461485 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 20 133 -
CMYK 0.47 0.85 0 0.48
HSL 266.55º 0.74% 0.3% -
HSV(B) 266.55º 0.85% 0.52% -
XYZ 7.01 3.5 22.5 -
YUV 47.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 70 20 133 0.47 0.85 0 0.48 266.55 0.74 0.3
Hex 46 14 85 2F 55 0 30 10B 4A 1E
Octal 106 24 205 57 125 0 60 413 112 36
Binary 1000110 10100 10000101 101111 1010101 0 110000 100001011 1001010 11110

Color Harmonies of #461485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461485

Black with #461485

Text Example


Text Example

White with #461485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461485; }

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

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

background-color css

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

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

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

border-color css

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

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

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