Html Css Color HEX #460260 Indigo

📋 copy color: '#460260'

red 70 ◦ green 2 ◦ blue 96

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

Shades of Indigo #460260

Tints of Indigo #460260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 57.14%

R = 41.67%
G = 1.19%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460260 (or 0x460260) is known color: Indigo. HEX triplet: 46, 02 and 60. RGB value is (70,2,96). Sum of RGB (Red+Green+Blue) = 70+2+96=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 96 (37.89% from 255 or 57.14% from 168); Max value from RGB is 96 - color contains mainly: blue. Hex color #460260 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460260 is #B9FD9F. Grayscale: #202020. Windows color (decimal): -12189088 or 6292038. OLE color: 6292038.

HSL color Cylindrical-coordinate representation of color #460260: hue angle of 283.4º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460260 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 2 96 -
CMYK 0.27 0.98 0 0.62
HSL 283.4º 0.96% 0.19% -
HSV(B) 283.4º 0.98% 0.38% -
XYZ 4.66 2.19 11.24 -
YUV 33.05 163.53 154.36 -
System Red Green Blue C M Y K H S L
Decimal 70 2 96 0.27 0.98 0 0.62 283.4 0.96 0.19
Hex 46 2 60 1B 62 0 3E 11B 60 13
Octal 106 2 140 33 142 0 76 433 140 23
Binary 1000110 10 1100000 11011 1100010 0 111110 100011011 1100000 10011

Color Harmonies of #460260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460260

Black with #460260

Text Example


Text Example

White with #460260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460260; }

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

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

background-color css

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

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

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

border-color css

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

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

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