Html Css Color HEX #610C9F Indigo

📋 copy color: '#610C9F'

red 97 ◦ green 12 ◦ blue 159

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

Shades of Indigo #610C9F

Tints of Indigo #610C9F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.48%

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

R = 36.19%
G = 4.48%
B = 59.33%

CMYK

 C value IS 0.39

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#610C9F (or 0x610C9F) is known color: Indigo. HEX triplet: 61, 0C and 9F. RGB value is (97,12,159). Sum of RGB (Red+Green+Blue) = 97+12+159=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #610C9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610C9F is #9EF360. Grayscale: #353535. Windows color (decimal): -10416993 or 10423393. OLE color: 10423393.

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

Color convert

RGB 97 12 159 -
CMYK 0.39 0.92 0 0.38
HSL 274.69º 0.86% 0.34% -
HSV(B) 274.69º 0.92% 0.62% -
XYZ 11.32 5.31 33.23 -
YUV 54.17 187.16 158.55 -
System Red Green Blue C M Y K H S L
Decimal 97 12 159 0.39 0.92 0 0.38 274.69 0.86 0.34
Hex 61 C 9F 27 5C 0 26 113 56 22
Octal 141 14 237 47 134 0 46 423 126 42
Binary 1100001 1100 10011111 100111 1011100 0 100110 100010011 1010110 100010

Color Harmonies of #610C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C9F

Black with #610C9F

Text Example


Text Example

White with #610C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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