Html Css Color HEX #460485 Indigo

📋 copy color: '#460485'

red 70 ◦ green 4 ◦ blue 133

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

Shades of Indigo #460485

Tints of Indigo #460485

RGB

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

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

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

R = 33.82%
G = 1.93%
B = 64.25%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#460485 (or 0x460485) is known color: Indigo. HEX triplet: 46, 04 and 85. RGB value is (70,4,133). Sum of RGB (Red+Green+Blue) = 70+4+133=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 133 (52.34% from 255 or 64.25% from 207); Max value from RGB is 133 - color contains mainly: blue. Hex color #460485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460485 is #B9FB7A. Grayscale: #252525. Windows color (decimal): -12188539 or 8717382. OLE color: 8717382.

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

Color convert

RGB 70 4 133 -
CMYK 0.47 0.97 0 0.48
HSL 270.7º 0.94% 0.27% -
HSV(B) 270.7º 0.97% 0.52% -
XYZ 6.8 3.08 22.43 -
YUV 38.44 181.37 150.51 -
System Red Green Blue C M Y K H S L
Decimal 70 4 133 0.47 0.97 0 0.48 270.7 0.94 0.27
Hex 46 4 85 2F 61 0 30 10F 5E 1B
Octal 106 4 205 57 141 0 60 417 136 33
Binary 1000110 100 10000101 101111 1100001 0 110000 100001111 1011110 11011

Color Harmonies of #460485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460485

Black with #460485

Text Example


Text Example

White with #460485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460485; }

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

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

background-color css

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

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

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

border-color css

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

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

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