Html Css Color HEX #610588 Indigo

📋 copy color: '#610588'

red 97 ◦ green 5 ◦ blue 136

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

Shades of Indigo #610588

Tints of Indigo #610588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 57.14%

R = 40.76%
G = 2.1%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610588 (or 0x610588) is known color: Indigo. HEX triplet: 61, 05 and 88. RGB value is (97,5,136). Sum of RGB (Red+Green+Blue) = 97+5+136=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #610588 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610588 is #9EFA77. Grayscale: #2F2F2F. Windows color (decimal): -10418808 or 8914273. OLE color: 8914273.

HSL color Cylindrical-coordinate representation of color #610588: hue angle of 282.14º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610588 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 5 136 -
CMYK 0.29 0.96 0 0.47
HSL 282.14º 0.93% 0.28% -
HSV(B) 282.14º 0.96% 0.53% -
XYZ 9.43 4.43 23.65 -
YUV 47.44 177.98 163.35 -
System Red Green Blue C M Y K H S L
Decimal 97 5 136 0.29 0.96 0 0.47 282.14 0.93 0.28
Hex 61 5 88 1D 60 0 2F 11A 5D 1C
Octal 141 5 210 35 140 0 57 432 135 34
Binary 1100001 101 10001000 11101 1100000 0 101111 100011010 1011101 11100

Color Harmonies of #610588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610588

Black with #610588

Text Example


Text Example

White with #610588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610588; }

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

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

background-color css

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

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

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

border-color css

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

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

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