Html Css Color HEX #610F9F Indigo

📋 copy color: '#610F9F'

red 97 ◦ green 15 ◦ blue 159

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

Shades of Indigo #610F9F

Tints of Indigo #610F9F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.54%

 BLUE value IS 159 (62.5% from 255) = 58.67%

R = 35.79%
G = 5.54%
B = 58.67%

CMYK

 C value IS 0.39

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#610F9F (or 0x610F9F) is known color: Indigo. HEX triplet: 61, 0F and 9F. RGB value is (97,15,159). Sum of RGB (Red+Green+Blue) = 97+15+159=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #610F9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610F9F is #9EF060. Grayscale: #373737. Windows color (decimal): -10416225 or 10424161. OLE color: 10424161.

HSL color Cylindrical-coordinate representation of color #610F9F: hue angle of 274.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610F9F is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 15 159 -
CMYK 0.39 0.91 0 0.38
HSL 274.17º 0.83% 0.34% -
HSV(B) 274.17º 0.91% 0.62% -
XYZ 11.36 5.39 33.24 -
YUV 55.93 186.17 157.29 -
System Red Green Blue C M Y K H S L
Decimal 97 15 159 0.39 0.91 0 0.38 274.17 0.83 0.34
Hex 61 F 9F 27 5B 0 26 112 53 22
Octal 141 17 237 47 133 0 46 422 123 42
Binary 1100001 1111 10011111 100111 1011011 0 100110 100010010 1010011 100010

Color Harmonies of #610F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610F9F

Black with #610F9F

Text Example


Text Example

White with #610F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,15,159); }

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

background-color css

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

 a { background-color: rgb(97,15,159); }

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

border-color css

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

 span { border-color: rgb(97,15,159); }

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