Html Css Color HEX #610099 Indigo

📋 copy color: '#610099'

red 97 ◦ green 0 ◦ blue 153

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

Shades of Indigo #610099

Tints of Indigo #610099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.8%
G = 0%
B = 61.2%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610099 (or 0x610099) is known color: Indigo. HEX triplet: 61, 00 and 99. RGB value is (97,0,153). Sum of RGB (Red+Green+Blue) = 97+0+153=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #610099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610099 is #9EFF66. Grayscale: #2D2D2D. Windows color (decimal): -10420071 or 10027105. OLE color: 10027105.

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

Color convert

RGB 97 0 153 -
CMYK 0.37 1 0 0.4
HSL 278.04º 1% 0.3% -
HSV(B) 278.04º 1% 0.6% -
XYZ 10.68 4.84 30.51 -
YUV 46.45 188.14 164.06 -
System Red Green Blue C M Y K H S L
Decimal 97 0 153 0.37 1 0 0.4 278.04 1 0.3
Hex 61 0 99 25 64 0 28 116 64 1E
Octal 141 0 231 45 144 0 50 426 144 36
Binary 1100001 0 10011001 100101 1100100 0 101000 100010110 1100100 11110

Color Harmonies of #610099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610099

Black with #610099

Text Example


Text Example

White with #610099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610099; }

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

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

background-color css

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

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

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

border-color css

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

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

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