Html Css Color HEX #460581 Indigo

📋 copy color: '#460581'

red 70 ◦ green 5 ◦ blue 129

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

Shades of Indigo #460581

Tints of Indigo #460581

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.45%

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

R = 34.31%
G = 2.45%
B = 63.24%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460581 (or 0x460581) is known color: Indigo. HEX triplet: 46, 05 and 81. RGB value is (70,5,129). Sum of RGB (Red+Green+Blue) = 70+5+129=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 129 (50.78% from 255 or 63.24% from 204); Max value from RGB is 129 - color contains mainly: blue. Hex color #460581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460581 is #B9FA7E. Grayscale: #262626. Windows color (decimal): -12188287 or 8455494. OLE color: 8455494.

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

Color convert

RGB 70 5 129 -
CMYK 0.46 0.96 0 0.49
HSL 271.45º 0.93% 0.26% -
HSV(B) 271.45º 0.96% 0.51% -
XYZ 6.54 3 21 -
YUV 38.57 179.03 150.42 -
System Red Green Blue C M Y K H S L
Decimal 70 5 129 0.46 0.96 0 0.49 271.45 0.93 0.26
Hex 46 5 81 2E 60 0 31 10F 5D 1A
Octal 106 5 201 56 140 0 61 417 135 32
Binary 1000110 101 10000001 101110 1100000 0 110001 100001111 1011101 11010

Color Harmonies of #460581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460581

Black with #460581

Text Example


Text Example

White with #460581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460581; }

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

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

background-color css

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

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

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

border-color css

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

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

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