Html Css Color HEX #610289 Indigo

📋 copy color: '#610289'

red 97 ◦ green 2 ◦ blue 137

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

Shades of Indigo #610289

Tints of Indigo #610289

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 41.1%
G = 0.85%
B = 58.05%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#610289 (or 0x610289) is known color: Indigo. HEX triplet: 61, 02 and 89. RGB value is (97,2,137). Sum of RGB (Red+Green+Blue) = 97+2+137=236 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.10% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #610289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610289 is #9EFD76. Grayscale: #2D2D2D. Windows color (decimal): -10419575 or 8979041. OLE color: 8979041.

HSL color Cylindrical-coordinate representation of color #610289: hue angle of 282.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610289 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 2 137 -
CMYK 0.29 0.99 0 0.46
HSL 282.22º 0.97% 0.27% -
HSV(B) 282.22º 0.99% 0.54% -
XYZ 9.47 4.39 24.02 -
YUV 45.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 97 2 137 0.29 0.99 0 0.46 282.22 0.97 0.27
Hex 61 2 89 1D 63 0 2E 11A 61 1B
Octal 141 2 211 35 143 0 56 432 141 33
Binary 1100001 10 10001001 11101 1100011 0 101110 100011010 1100001 11011

Color Harmonies of #610289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610289

Black with #610289

Text Example


Text Example

White with #610289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610289; }

 p { color: rgb(97,2,137); }

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

background-color css

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

 a { background-color: rgb(97,2,137); }

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

border-color css

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

 span { border-color: rgb(97,2,137); }

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