Html Css Color HEX #610672 Indigo

📋 copy color: '#610672'

red 97 ◦ green 6 ◦ blue 114

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

Shades of Indigo #610672

Tints of Indigo #610672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 44.7%
G = 2.76%
B = 52.53%

CMYK

 C value IS 0.15

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#610672 (or 0x610672) is known color: Indigo. HEX triplet: 61, 06 and 72. RGB value is (97,6,114). Sum of RGB (Red+Green+Blue) = 97+6+114=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #610672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610672 is #9EF98D. Grayscale: #2D2D2D. Windows color (decimal): -10418574 or 7472737. OLE color: 7472737.

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

Color convert

RGB 97 6 114 -
CMYK 0.15 0.95 0 0.55
HSL 290.56º 0.9% 0.24% -
HSV(B) 290.56º 0.95% 0.45% -
XYZ 8.03 3.89 16.25 -
YUV 45.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 97 6 114 0.15 0.95 0 0.55 290.56 0.9 0.24
Hex 61 6 72 F 5F 0 37 123 5A 18
Octal 141 6 162 17 137 0 67 443 132 30
Binary 1100001 110 1110010 1111 1011111 0 110111 100100011 1011010 11000

Color Harmonies of #610672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610672

Black with #610672

Text Example


Text Example

White with #610672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610672; }

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

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

background-color css

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

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

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

border-color css

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

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

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