Html Css Color HEX #610082 Indigo

📋 copy color: '#610082'

red 97 ◦ green 0 ◦ blue 130

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

Shades of Indigo #610082

Tints of Indigo #610082

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 130 (51.17% from 255) = 57.27%

R = 42.73%
G = 0%
B = 57.27%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#610082 (or 0x610082) is known color: Indigo. HEX triplet: 61, 00 and 82. RGB value is (97,0,130). Sum of RGB (Red+Green+Blue) = 97+0+130=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #610082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610082 is #9EFF7D. Grayscale: #2B2B2B. Windows color (decimal): -10420094 or 8519777. OLE color: 8519777.

HSL color Cylindrical-coordinate representation of color #610082: hue angle of 284.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610082 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 0 130 -
CMYK 0.25 1 0 0.49
HSL 284.77º 1% 0.25% -
HSV(B) 284.77º 1% 0.51% -
XYZ 8.96 4.15 21.45 -
YUV 43.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 97 0 130 0.25 1 0 0.49 284.77 1 0.25
Hex 61 0 82 19 64 0 31 11D 64 19
Octal 141 0 202 31 144 0 61 435 144 31
Binary 1100001 0 10000010 11001 1100100 0 110001 100011101 1100100 11001

Color Harmonies of #610082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610082

Black with #610082

Text Example


Text Example

White with #610082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610082; }

 p { color: rgb(97,0,130); }

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

background-color css

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

 a { background-color: rgb(97,0,130); }

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

border-color css

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

 span { border-color: rgb(97,0,130); }

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