Html Css Color HEX #460881 Indigo

📋 copy color: '#460881'

red 70 ◦ green 8 ◦ blue 129

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

Shades of Indigo #460881

Tints of Indigo #460881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 33.82%
G = 3.86%
B = 62.32%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460881 (or 0x460881) is known color: Indigo. HEX triplet: 46, 08 and 81. RGB value is (70,8,129). Sum of RGB (Red+Green+Blue) = 70+8+129=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 129 (50.78% from 255 or 62.32% from 207); Max value from RGB is 129 - color contains mainly: blue. Hex color #460881 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460881 is #B9F77E. Grayscale: #272727. Windows color (decimal): -12187519 or 8456262. OLE color: 8456262.

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

Color convert

RGB 70 8 129 -
CMYK 0.46 0.94 0 0.49
HSL 270.74º 0.88% 0.27% -
HSV(B) 270.74º 0.94% 0.51% -
XYZ 6.58 3.06 21.01 -
YUV 40.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 70 8 129 0.46 0.94 0 0.49 270.74 0.88 0.27
Hex 46 8 81 2E 5E 0 31 10F 58 1B
Octal 106 10 201 56 136 0 61 417 130 33
Binary 1000110 1000 10000001 101110 1011110 0 110001 100001111 1011000 11011

Color Harmonies of #460881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460881

Black with #460881

Text Example


Text Example

White with #460881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460881; }

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

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

background-color css

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

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

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

border-color css

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

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

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