Html Css Color HEX #610782 Indigo

📋 copy color: '#610782'

red 97 ◦ green 7 ◦ blue 130

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

Shades of Indigo #610782

Tints of Indigo #610782

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.99%

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

R = 41.45%
G = 2.99%
B = 55.56%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#610782 (or 0x610782) is known color: Indigo. HEX triplet: 61, 07 and 82. RGB value is (97,7,130). Sum of RGB (Red+Green+Blue) = 97+7+130=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #610782 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610782 is #9EF87D. Grayscale: #2F2F2F. Windows color (decimal): -10418302 or 8521569. OLE color: 8521569.

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

Color convert

RGB 97 7 130 -
CMYK 0.25 0.95 0 0.49
HSL 283.9º 0.9% 0.27% -
HSV(B) 283.9º 0.95% 0.51% -
XYZ 9.04 4.31 21.47 -
YUV 47.93 174.32 163 -
System Red Green Blue C M Y K H S L
Decimal 97 7 130 0.25 0.95 0 0.49 283.9 0.9 0.27
Hex 61 7 82 19 5F 0 31 11C 5A 1B
Octal 141 7 202 31 137 0 61 434 132 33
Binary 1100001 111 10000010 11001 1011111 0 110001 100011100 1011010 11011

Color Harmonies of #610782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610782

Black with #610782

Text Example


Text Example

White with #610782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610782; }

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

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

background-color css

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

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

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

border-color css

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

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

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