Html Css Color HEX #460185 Indigo

📋 copy color: '#460185'

red 70 ◦ green 1 ◦ blue 133

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

Shades of Indigo #460185

Tints of Indigo #460185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 34.31%
G = 0.49%
B = 65.2%

CMYK

 C value IS 0.47

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#460185 (or 0x460185) is known color: Indigo. HEX triplet: 46, 01 and 85. RGB value is (70,1,133). Sum of RGB (Red+Green+Blue) = 70+1+133=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #460185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460185 is #B9FE7A. Grayscale: #242424. Windows color (decimal): -12189307 or 8716614. OLE color: 8716614.

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

Color convert

RGB 70 1 133 -
CMYK 0.47 0.99 0 0.48
HSL 271.36º 0.99% 0.26% -
HSV(B) 271.36º 0.99% 0.52% -
XYZ 6.77 3.02 22.42 -
YUV 36.68 182.36 151.77 -
System Red Green Blue C M Y K H S L
Decimal 70 1 133 0.47 0.99 0 0.48 271.36 0.99 0.26
Hex 46 1 85 2F 63 0 30 10F 63 1A
Octal 106 1 205 57 143 0 60 417 143 32
Binary 1000110 1 10000101 101111 1100011 0 110000 100001111 1100011 11010

Color Harmonies of #460185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460185

Black with #460185

Text Example


Text Example

White with #460185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460185; }

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

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

background-color css

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

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

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

border-color css

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

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

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