Html Css Color HEX #460282 Indigo

📋 copy color: '#460282'

red 70 ◦ green 2 ◦ blue 130

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

Shades of Indigo #460282

Tints of Indigo #460282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.99%

 BLUE value IS 130 (51.17% from 255) = 64.36%

R = 34.65%
G = 0.99%
B = 64.36%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#460282 (or 0x460282) is known color: Indigo. HEX triplet: 46, 02 and 82. RGB value is (70,2,130). Sum of RGB (Red+Green+Blue) = 70+2+130=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #460282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460282 is #B9FD7D. Grayscale: #242424. Windows color (decimal): -12189054 or 8520262. OLE color: 8520262.

HSL color Cylindrical-coordinate representation of color #460282: hue angle of 271.88º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460282 is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 2 130 -
CMYK 0.46 0.98 0 0.49
HSL 271.88º 0.97% 0.26% -
HSV(B) 271.88º 0.98% 0.51% -
XYZ 6.58 2.96 21.34 -
YUV 36.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 70 2 130 0.46 0.98 0 0.49 271.88 0.97 0.26
Hex 46 2 82 2E 62 0 31 110 61 1A
Octal 106 2 202 56 142 0 61 420 141 32
Binary 1000110 10 10000010 101110 1100010 0 110001 100010000 1100001 11010

Color Harmonies of #460282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460282

Black with #460282

Text Example


Text Example

White with #460282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460282; }

 p { color: rgb(70,2,130); }

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

background-color css

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

 a { background-color: rgb(70,2,130); }

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

border-color css

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

 span { border-color: rgb(70,2,130); }

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