Html Css Color HEX #460561 Indigo

📋 copy color: '#460561'

red 70 ◦ green 5 ◦ blue 97

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

Shades of Indigo #460561

Tints of Indigo #460561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.91%

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

R = 40.7%
G = 2.91%
B = 56.4%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#460561 (or 0x460561) is known color: Indigo. HEX triplet: 46, 05 and 61. RGB value is (70,5,97). Sum of RGB (Red+Green+Blue) = 70+5+97=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #460561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460561 is #B9FA9E. Grayscale: #222222. Windows color (decimal): -12188319 or 6358342. OLE color: 6358342.

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

Color convert

RGB 70 5 97 -
CMYK 0.28 0.95 0 0.62
HSL 282.39º 0.9% 0.2% -
HSV(B) 282.39º 0.95% 0.38% -
XYZ 4.74 2.27 11.5 -
YUV 34.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 70 5 97 0.28 0.95 0 0.62 282.39 0.9 0.2
Hex 46 5 61 1C 5F 0 3E 11A 5A 14
Octal 106 5 141 34 137 0 76 432 132 24
Binary 1000110 101 1100001 11100 1011111 0 111110 100011010 1011010 10100

Color Harmonies of #460561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460561

Black with #460561

Text Example


Text Example

White with #460561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460561; }

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

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

background-color css

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

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

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

border-color css

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

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

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