Html Css Color HEX #610D84 Indigo

📋 copy color: '#610D84'

red 97 ◦ green 13 ◦ blue 132

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

Shades of Indigo #610D84

Tints of Indigo #610D84

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

 BLUE value IS 132 (51.95% from 255) = 54.55%

R = 40.08%
G = 5.37%
B = 54.55%

CMYK

 C value IS 0.27

 M value IS 0.90

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#610D84 (or 0x610D84) is known color: Indigo. HEX triplet: 61, 0D and 84. RGB value is (97,13,132). Sum of RGB (Red+Green+Blue) = 97+13+132=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #610D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D84 is #9EF27B. Grayscale: #333333. Windows color (decimal): -10416764 or 8654177. OLE color: 8654177.

HSL color Cylindrical-coordinate representation of color #610D84: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #610D84 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 13 132 -
CMYK 0.27 0.90 0 0.48
HSL 282.35º 0.82% 0.28% -
HSV(B) 282.35º 0.9% 0.52% -
XYZ 9.24 4.5 22.21 -
YUV 51.68 173.33 160.32 -
System Red Green Blue C M Y K H S L
Decimal 97 13 132 0.27 0.90 0 0.48 282.35 0.82 0.28
Hex 61 D 84 1B 5A 0 30 11A 52 1C
Octal 141 15 204 33 132 0 60 432 122 34
Binary 1100001 1101 10000100 11011 1011010 0 110000 100011010 1010010 11100

Color Harmonies of #610D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D84

Black with #610D84

Text Example


Text Example

White with #610D84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D84; }

 p { color: rgb(97,13,132); }

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

background-color css

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

 a { background-color: rgb(97,13,132); }

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

border-color css

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

 span { border-color: rgb(97,13,132); }

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