Html Css Color HEX #460184 Indigo

📋 copy color: '#460184'

red 70 ◦ green 1 ◦ blue 132

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

Shades of Indigo #460184

Tints of Indigo #460184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 65.02%

R = 34.48%
G = 0.49%
B = 65.02%

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

#460184 (or 0x460184) is known color: Indigo. HEX triplet: 46, 01 and 84. RGB value is (70,1,132). Sum of RGB (Red+Green+Blue) = 70+1+132=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 132 (51.95% from 255 or 65.02% from 203); Max value from RGB is 132 - color contains mainly: blue. Hex color #460184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460184 is #B9FE7B. Grayscale: #242424. Windows color (decimal): -12189308 or 8651078. OLE color: 8651078.

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

Color convert

RGB 70 1 132 -
CMYK 0.47 0.99 0 0.48
HSL 271.6º 0.98% 0.26% -
HSV(B) 271.6º 0.99% 0.52% -
XYZ 6.7 2.99 22.05 -
YUV 36.57 181.86 151.85 -
System Red Green Blue C M Y K H S L
Decimal 70 1 132 0.47 0.99 0 0.48 271.6 0.98 0.26
Hex 46 1 84 2F 63 0 30 110 62 1A
Octal 106 1 204 57 143 0 60 420 142 32
Binary 1000110 1 10000100 101111 1100011 0 110000 100010000 1100010 11010

Color Harmonies of #460184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460184

Black with #460184

Text Example


Text Example

White with #460184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460184; }

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

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

background-color css

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

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

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

border-color css

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

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

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