Html Css Color HEX #610599 Indigo

📋 copy color: '#610599'

red 97 ◦ green 5 ◦ blue 153

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

Shades of Indigo #610599

Tints of Indigo #610599

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.96%

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

R = 38.04%
G = 1.96%
B = 60%

CMYK

 C value IS 0.37

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#610599 (or 0x610599) is known color: Indigo. HEX triplet: 61, 05 and 99. RGB value is (97,5,153). Sum of RGB (Red+Green+Blue) = 97+5+153=255 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.04% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #610599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610599 is #9EFA66. Grayscale: #303030. Windows color (decimal): -10418791 or 10028385. OLE color: 10028385.

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

Color convert

RGB 97 5 153 -
CMYK 0.37 0.97 0 0.4
HSL 277.3º 0.94% 0.31% -
HSV(B) 277.3º 0.97% 0.6% -
XYZ 10.73 4.95 30.53 -
YUV 49.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 97 5 153 0.37 0.97 0 0.4 277.3 0.94 0.31
Hex 61 5 99 25 61 0 28 115 5E 1F
Octal 141 5 231 45 141 0 50 425 136 37
Binary 1100001 101 10011001 100101 1100001 0 101000 100010101 1011110 11111

Color Harmonies of #610599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610599

Black with #610599

Text Example


Text Example

White with #610599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610599; }

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

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

background-color css

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

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

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

border-color css

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

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

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