Html Css Color HEX #610389 Indigo

📋 copy color: '#610389'

red 97 ◦ green 3 ◦ blue 137

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

Shades of Indigo #610389

Tints of Indigo #610389

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.27%

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

R = 40.93%
G = 1.27%
B = 57.81%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#610389 (or 0x610389) is known color: Indigo. HEX triplet: 61, 03 and 89. RGB value is (97,3,137). Sum of RGB (Red+Green+Blue) = 97+3+137=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #610389 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610389 is #9EFC76. Grayscale: #2D2D2D. Windows color (decimal): -10419319 or 8979297. OLE color: 8979297.

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

Color convert

RGB 97 3 137 -
CMYK 0.29 0.98 0 0.46
HSL 282.09º 0.96% 0.27% -
HSV(B) 282.09º 0.98% 0.54% -
XYZ 9.48 4.41 24.02 -
YUV 46.38 179.14 164.1 -
System Red Green Blue C M Y K H S L
Decimal 97 3 137 0.29 0.98 0 0.46 282.09 0.96 0.27
Hex 61 3 89 1D 62 0 2E 11A 60 1B
Octal 141 3 211 35 142 0 56 432 140 33
Binary 1100001 11 10001001 11101 1100010 0 101110 100011010 1100000 11011

Color Harmonies of #610389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610389

Black with #610389

Text Example


Text Example

White with #610389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610389; }

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

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

background-color css

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

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

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

border-color css

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

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

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