Html Css Color HEX #460461 Indigo

📋 copy color: '#460461'

red 70 ◦ green 4 ◦ blue 97

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

Shades of Indigo #460461

Tints of Indigo #460461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.34%

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

R = 40.94%
G = 2.34%
B = 56.73%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460461 (or 0x460461) is known color: Indigo. HEX triplet: 46, 04 and 61. RGB value is (70,4,97). Sum of RGB (Red+Green+Blue) = 70+4+97=171 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.94% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 97 (38.28% from 255 or 56.73% from 171); Max value from RGB is 97 - color contains mainly: blue. Hex color #460461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460461 is #B9FB9E. Grayscale: #222222. Windows color (decimal): -12188575 or 6358086. OLE color: 6358086.

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

Color convert

RGB 70 4 97 -
CMYK 0.28 0.96 0 0.62
HSL 282.58º 0.92% 0.2% -
HSV(B) 282.58º 0.96% 0.38% -
XYZ 4.73 2.25 11.49 -
YUV 34.34 163.37 153.44 -
System Red Green Blue C M Y K H S L
Decimal 70 4 97 0.28 0.96 0 0.62 282.58 0.92 0.2
Hex 46 4 61 1C 60 0 3E 11B 5C 14
Octal 106 4 141 34 140 0 76 433 134 24
Binary 1000110 100 1100001 11100 1100000 0 111110 100011011 1011100 10100

Color Harmonies of #460461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460461

Black with #460461

Text Example


Text Example

White with #460461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460461; }

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

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

background-color css

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

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

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

border-color css

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

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

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