Html Css Color HEX #460685 Indigo

📋 copy color: '#460685'

red 70 ◦ green 6 ◦ blue 133

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

Shades of Indigo #460685

Tints of Indigo #460685

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.87%

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

R = 33.49%
G = 2.87%
B = 63.64%

CMYK

 C value IS 0.47

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#460685 (or 0x460685) is known color: Indigo. HEX triplet: 46, 06 and 85. RGB value is (70,6,133). Sum of RGB (Red+Green+Blue) = 70+6+133=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 6 (2.73% from 255 or 2.87% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #460685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460685 is #B9F97A. Grayscale: #272727. Windows color (decimal): -12188027 or 8717894. OLE color: 8717894.

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

Color convert

RGB 70 6 133 -
CMYK 0.47 0.95 0 0.48
HSL 270.24º 0.91% 0.27% -
HSV(B) 270.24º 0.95% 0.52% -
XYZ 6.82 3.13 22.43 -
YUV 39.61 180.7 149.67 -
System Red Green Blue C M Y K H S L
Decimal 70 6 133 0.47 0.95 0 0.48 270.24 0.91 0.27
Hex 46 6 85 2F 5F 0 30 10E 5B 1B
Octal 106 6 205 57 137 0 60 416 133 33
Binary 1000110 110 10000101 101111 1011111 0 110000 100001110 1011011 11011

Color Harmonies of #460685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460685

Black with #460685

Text Example


Text Example

White with #460685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460685; }

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

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

background-color css

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

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

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

border-color css

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

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

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