Html Css Color HEX #610472 Indigo

📋 copy color: '#610472'

red 97 ◦ green 4 ◦ blue 114

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

Shades of Indigo #610472

Tints of Indigo #610472

RGB

 RED value IS 97 (38.28% from 255) = 45.12%

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

 BLUE value IS 114 (44.92% from 255) = 53.02%

R = 45.12%
G = 1.86%
B = 53.02%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610472 (or 0x610472) is known color: Indigo. HEX triplet: 61, 04 and 72. RGB value is (97,4,114). Sum of RGB (Red+Green+Blue) = 97+4+114=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 114 (44.92% from 255 or 53.02% from 215); Max value from RGB is 114 - color contains mainly: blue. Hex color #610472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610472 is #9EFB8D. Grayscale: #2C2C2C. Windows color (decimal): -10419086 or 7472225. OLE color: 7472225.

HSL color Cylindrical-coordinate representation of color #610472: hue angle of 290.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610472 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 4 114 -
CMYK 0.15 0.96 0 0.55
HSL 290.73º 0.93% 0.23% -
HSV(B) 290.73º 0.96% 0.45% -
XYZ 8.01 3.84 16.24 -
YUV 44.35 167.31 165.56 -
System Red Green Blue C M Y K H S L
Decimal 97 4 114 0.15 0.96 0 0.55 290.73 0.93 0.23
Hex 61 4 72 F 60 0 37 123 5D 17
Octal 141 4 162 17 140 0 67 443 135 27
Binary 1100001 100 1110010 1111 1100000 0 110111 100100011 1011101 10111

Color Harmonies of #610472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610472

Black with #610472

Text Example


Text Example

White with #610472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610472; }

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

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

background-color css

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

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

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

border-color css

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

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

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