Html Css Color HEX #610B78 Indigo

📋 copy color: '#610B78'

red 97 ◦ green 11 ◦ blue 120

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

Shades of Indigo #610B78

Tints of Indigo #610B78

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.82%

 BLUE value IS 120 (47.27% from 255) = 52.63%

R = 42.54%
G = 4.82%
B = 52.63%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#610B78 (or 0x610B78) is known color: Indigo. HEX triplet: 61, 0B and 78. RGB value is (97,11,120). Sum of RGB (Red+Green+Blue) = 97+11+120=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 120 (47.27% from 255 or 52.63% from 228); Max value from RGB is 120 - color contains mainly: blue. Hex color #610B78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B78 is #9EF487. Grayscale: #303030. Windows color (decimal): -10417288 or 7867233. OLE color: 7867233.

HSL color Cylindrical-coordinate representation of color #610B78: hue angle of 287.34º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610B78 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 11 120 -
CMYK 0.19 0.91 0 0.53
HSL 287.34º 0.83% 0.26% -
HSV(B) 287.34º 0.91% 0.47% -
XYZ 8.44 4.14 18.12 -
YUV 49.14 167.99 162.14 -
System Red Green Blue C M Y K H S L
Decimal 97 11 120 0.19 0.91 0 0.53 287.34 0.83 0.26
Hex 61 B 78 13 5B 0 35 11F 53 1A
Octal 141 13 170 23 133 0 65 437 123 32
Binary 1100001 1011 1111000 10011 1011011 0 110101 100011111 1010011 11010

Color Harmonies of #610B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B78

Black with #610B78

Text Example


Text Example

White with #610B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,120); }

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

background-color css

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

 a { background-color: rgb(97,11,120); }

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

border-color css

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

 span { border-color: rgb(97,11,120); }

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