Html Css Color HEX #610C8C Indigo

📋 copy color: '#610C8C'

red 97 ◦ green 12 ◦ blue 140

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

Shades of Indigo #610C8C

Tints of Indigo #610C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.22%

R = 38.96%
G = 4.82%
B = 56.22%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#610C8C (or 0x610C8C) is known color: Indigo. HEX triplet: 61, 0C and 8C. RGB value is (97,12,140). Sum of RGB (Red+Green+Blue) = 97+12+140=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 140 (55.08% from 255 or 56.22% from 249); Max value from RGB is 140 - color contains mainly: blue. Hex color #610C8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610C8C is #9EF373. Grayscale: #333333. Windows color (decimal): -10417012 or 9178209. OLE color: 9178209.

HSL color Cylindrical-coordinate representation of color #610C8C: hue angle of 279.84º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610C8C is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 12 140 -
CMYK 0.31 0.91 0 0.45
HSL 279.84º 0.84% 0.3% -
HSV(B) 279.84º 0.91% 0.55% -
XYZ 9.79 4.7 25.2 -
YUV 52.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 97 12 140 0.31 0.91 0 0.45 279.84 0.84 0.3
Hex 61 C 8C 1F 5B 0 2D 118 54 1E
Octal 141 14 214 37 133 0 55 430 124 36
Binary 1100001 1100 10001100 11111 1011011 0 101101 100011000 1010100 11110

Color Harmonies of #610C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610C8C

Black with #610C8C

Text Example


Text Example

White with #610C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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