Html Css Color HEX #610E99 Indigo

📋 copy color: '#610E99'

red 97 ◦ green 14 ◦ blue 153

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

Shades of Indigo #610E99

Tints of Indigo #610E99

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 153 (60.16% from 255) = 57.95%

R = 36.74%
G = 5.3%
B = 57.95%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610E99 (or 0x610E99) is known color: Indigo. HEX triplet: 61, 0E and 99. RGB value is (97,14,153). Sum of RGB (Red+Green+Blue) = 97+14+153=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #610E99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610E99 is #9EF166. Grayscale: #363636. Windows color (decimal): -10416487 or 10030689. OLE color: 10030689.

HSL color Cylindrical-coordinate representation of color #610E99: hue angle of 275.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610E99 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 14 153 -
CMYK 0.37 0.91 0 0.4
HSL 275.83º 0.83% 0.33% -
HSV(B) 275.83º 0.91% 0.6% -
XYZ 10.84 5.16 30.56 -
YUV 54.66 183.5 158.2 -
System Red Green Blue C M Y K H S L
Decimal 97 14 153 0.37 0.91 0 0.4 275.83 0.83 0.33
Hex 61 E 99 25 5B 0 28 114 53 21
Octal 141 16 231 45 133 0 50 424 123 41
Binary 1100001 1110 10011001 100101 1011011 0 101000 100010100 1010011 100001

Color Harmonies of #610E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610E99

Black with #610E99

Text Example


Text Example

White with #610E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610E99; }

 p { color: rgb(97,14,153); }

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

background-color css

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

 a { background-color: rgb(97,14,153); }

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

border-color css

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

 span { border-color: rgb(97,14,153); }

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