Html Css Color HEX #460885 Indigo

📋 copy color: '#460885'

red 70 ◦ green 8 ◦ blue 133

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

Shades of Indigo #460885

Tints of Indigo #460885

RGB

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

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

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

R = 33.18%
G = 3.79%
B = 63.03%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#460885 (or 0x460885) is known color: Indigo. HEX triplet: 46, 08 and 85. RGB value is (70,8,133). Sum of RGB (Red+Green+Blue) = 70+8+133=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 133 (52.34% from 255 or 63.03% from 211); Max value from RGB is 133 - color contains mainly: blue. Hex color #460885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460885 is #B9F77A. Grayscale: #282828. Windows color (decimal): -12187515 or 8718406. OLE color: 8718406.

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

Color convert

RGB 70 8 133 -
CMYK 0.47 0.94 0 0.48
HSL 269.76º 0.89% 0.28% -
HSV(B) 269.76º 0.94% 0.52% -
XYZ 6.85 3.17 22.44 -
YUV 40.79 180.04 148.84 -
System Red Green Blue C M Y K H S L
Decimal 70 8 133 0.47 0.94 0 0.48 269.76 0.89 0.28
Hex 46 8 85 2F 5E 0 30 10E 59 1C
Octal 106 10 205 57 136 0 60 416 131 34
Binary 1000110 1000 10000101 101111 1011110 0 110000 100001110 1011001 11100

Color Harmonies of #460885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460885

Black with #460885

Text Example


Text Example

White with #460885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460885; }

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

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

background-color css

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

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

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

border-color css

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

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

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