Html Css Color HEX #460481 Indigo

📋 copy color: '#460481'

red 70 ◦ green 4 ◦ blue 129

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

Shades of Indigo #460481

Tints of Indigo #460481

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.97%

 BLUE value IS 129 (50.78% from 255) = 63.55%

R = 34.48%
G = 1.97%
B = 63.55%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460481 (or 0x460481) is known color: Indigo. HEX triplet: 46, 04 and 81. RGB value is (70,4,129). Sum of RGB (Red+Green+Blue) = 70+4+129=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 129 (50.78% from 255 or 63.55% from 203); Max value from RGB is 129 - color contains mainly: blue. Hex color #460481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460481 is #B9FB7E. Grayscale: #252525. Windows color (decimal): -12188543 or 8455238. OLE color: 8455238.

HSL color Cylindrical-coordinate representation of color #460481: hue angle of 271.68º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460481 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 4 129 -
CMYK 0.46 0.97 0 0.49
HSL 271.68º 0.94% 0.26% -
HSV(B) 271.68º 0.97% 0.51% -
XYZ 6.53 2.97 21 -
YUV 37.98 179.37 150.84 -
System Red Green Blue C M Y K H S L
Decimal 70 4 129 0.46 0.97 0 0.49 271.68 0.94 0.26
Hex 46 4 81 2E 61 0 31 110 5E 1A
Octal 106 4 201 56 141 0 61 420 136 32
Binary 1000110 100 10000001 101110 1100001 0 110001 100010000 1011110 11010

Color Harmonies of #460481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460481

Black with #460481

Text Example


Text Example

White with #460481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460481; }

 p { color: rgb(70,4,129); }

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

background-color css

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

 a { background-color: rgb(70,4,129); }

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

border-color css

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

 span { border-color: rgb(70,4,129); }

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