Html Css Color HEX #460785 Indigo

📋 copy color: '#460785'

red 70 ◦ green 7 ◦ blue 133

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

Shades of Indigo #460785

Tints of Indigo #460785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

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

R = 33.33%
G = 3.33%
B = 63.33%

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

#460785 (or 0x460785) is known color: Indigo. HEX triplet: 46, 07 and 85. RGB value is (70,7,133). Sum of RGB (Red+Green+Blue) = 70+7+133=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 133 (52.34% from 255 or 63.33% from 210); Max value from RGB is 133 - color contains mainly: blue. Hex color #460785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460785 is #B9F87A. Grayscale: #272727. Windows color (decimal): -12187771 or 8718150. OLE color: 8718150.

HSL color Cylindrical-coordinate representation of color #460785: hue angle of 270º degrees, saturation: 0.9, 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 #460785 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 70 7 133 -
CMYK 0.47 0.95 0 0.48
HSL 270º 0.9% 0.27% -
HSV(B) 270º 0.95% 0.52% -
XYZ 6.84 3.15 22.44 -
YUV 40.2 180.37 149.25 -
System Red Green Blue C M Y K H S L
Decimal 70 7 133 0.47 0.95 0 0.48 270 0.9 0.27
Hex 46 7 85 2F 5F 0 30 10E 5A 1B
Octal 106 7 205 57 137 0 60 416 132 33
Binary 1000110 111 10000101 101111 1011111 0 110000 100001110 1011010 11011

Color Harmonies of #460785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460785

Black with #460785

Text Example


Text Example

White with #460785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460785; }

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

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

background-color css

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

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

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

border-color css

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

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

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