Html Css Color HEX #610598 Indigo

📋 copy color: '#610598'

red 97 ◦ green 5 ◦ blue 152

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

Shades of Indigo #610598

Tints of Indigo #610598

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 38.19%
G = 1.97%
B = 59.84%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#610598 (or 0x610598) is known color: Indigo. HEX triplet: 61, 05 and 98. RGB value is (97,5,152). Sum of RGB (Red+Green+Blue) = 97+5+152=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #610598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610598 is #9EFA67. Grayscale: #303030. Windows color (decimal): -10418792 or 9962849. OLE color: 9962849.

HSL color Cylindrical-coordinate representation of color #610598: hue angle of 277.55º 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 #610598 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 5 152 -
CMYK 0.36 0.97 0 0.40
HSL 277.55º 0.94% 0.31% -
HSV(B) 277.55º 0.97% 0.6% -
XYZ 10.65 4.92 30.09 -
YUV 49.27 185.98 162.05 -
System Red Green Blue C M Y K H S L
Decimal 97 5 152 0.36 0.97 0 0.40 277.55 0.94 0.31
Hex 61 5 98 24 61 0 28 116 5E 1F
Octal 141 5 230 44 141 0 50 426 136 37
Binary 1100001 101 10011000 100100 1100001 0 101000 100010110 1011110 11111

Color Harmonies of #610598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610598

Black with #610598

Text Example


Text Example

White with #610598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610598; }

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

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

background-color css

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

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

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

border-color css

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

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

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