Html Css Color HEX #610286 Indigo

📋 copy color: '#610286'

red 97 ◦ green 2 ◦ blue 134

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

Shades of Indigo #610286

Tints of Indigo #610286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 57.51%

R = 41.63%
G = 0.86%
B = 57.51%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#610286 (or 0x610286) is known color: Indigo. HEX triplet: 61, 02 and 86. RGB value is (97,2,134). Sum of RGB (Red+Green+Blue) = 97+2+134=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #610286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610286 is #9EFD79. Grayscale: #2D2D2D. Windows color (decimal): -10419578 or 8782433. OLE color: 8782433.

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

Color convert

RGB 97 2 134 -
CMYK 0.28 0.99 0 0.47
HSL 283.18º 0.97% 0.27% -
HSV(B) 283.18º 0.99% 0.53% -
XYZ 9.25 4.31 22.9 -
YUV 45.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 97 2 134 0.28 0.99 0 0.47 283.18 0.97 0.27
Hex 61 2 86 1C 63 0 2F 11B 61 1B
Octal 141 2 206 34 143 0 57 433 141 33
Binary 1100001 10 10000110 11100 1100011 0 101111 100011011 1100001 11011

Color Harmonies of #610286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610286

Black with #610286

Text Example


Text Example

White with #610286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610286; }

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

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

background-color css

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

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

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

border-color css

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

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

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