Html Css Color HEX #610096 Indigo

📋 copy color: '#610096'

red 97 ◦ green 0 ◦ blue 150

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

Shades of Indigo #610096

Tints of Indigo #610096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 39.27%
G = 0%
B = 60.73%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#610096 (or 0x610096) is known color: Indigo. HEX triplet: 61, 00 and 96. RGB value is (97,0,150). Sum of RGB (Red+Green+Blue) = 97+0+150=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #610096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610096 is #9EFF69. Grayscale: #2D2D2D. Windows color (decimal): -10420074 or 9830497. OLE color: 9830497.

HSL color Cylindrical-coordinate representation of color #610096: hue angle of 278.8º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610096 is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 0 150 -
CMYK 0.35 1 0 0.41
HSL 278.8º 1% 0.29% -
HSV(B) 278.8º 1% 0.59% -
XYZ 10.43 4.74 29.22 -
YUV 46.1 186.64 164.3 -
System Red Green Blue C M Y K H S L
Decimal 97 0 150 0.35 1 0 0.41 278.8 1 0.29
Hex 61 0 96 23 64 0 29 117 64 1D
Octal 141 0 226 43 144 0 51 427 144 35
Binary 1100001 0 10010110 100011 1100100 0 101001 100010111 1100100 11101

Color Harmonies of #610096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610096

Black with #610096

Text Example


Text Example

White with #610096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610096; }

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

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

background-color css

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

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

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

border-color css

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

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

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