Html Css Color HEX #460261 Indigo

📋 copy color: '#460261'

red 70 ◦ green 2 ◦ blue 97

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

Shades of Indigo #460261

Tints of Indigo #460261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 57.4%

R = 41.42%
G = 1.18%
B = 57.4%

CMYK

 C value IS 0.28

 M value IS 0.98

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460261 (or 0x460261) is known color: Indigo. HEX triplet: 46, 02 and 61. RGB value is (70,2,97). Sum of RGB (Red+Green+Blue) = 70+2+97=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #460261 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460261 is #B9FD9E. Grayscale: #202020. Windows color (decimal): -12189087 or 6357574. OLE color: 6357574.

HSL color Cylindrical-coordinate representation of color #460261: hue angle of 282.95º 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 #460261 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 70 2 97 -
CMYK 0.28 0.98 0 0.62
HSL 282.95º 0.96% 0.19% -
HSV(B) 282.95º 0.98% 0.38% -
XYZ 4.71 2.21 11.49 -
YUV 33.16 164.03 154.28 -
System Red Green Blue C M Y K H S L
Decimal 70 2 97 0.28 0.98 0 0.62 282.95 0.96 0.19
Hex 46 2 61 1C 62 0 3E 11B 60 13
Octal 106 2 141 34 142 0 76 433 140 23
Binary 1000110 10 1100001 11100 1100010 0 111110 100011011 1100000 10011

Color Harmonies of #460261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460261

Black with #460261

Text Example


Text Example

White with #460261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460261; }

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

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

background-color css

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

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

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

border-color css

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

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

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