Html Css Color HEX #610296 Indigo

📋 copy color: '#610296'

red 97 ◦ green 2 ◦ blue 150

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

Shades of Indigo #610296

Tints of Indigo #610296

RGB

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

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

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

R = 38.96%
G = 0.8%
B = 60.24%

CMYK

 C value IS 0.35

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#610296 (or 0x610296) is known color: Indigo. HEX triplet: 61, 02 and 96. RGB value is (97,2,150). Sum of RGB (Red+Green+Blue) = 97+2+150=249 (32% of max value = 765). Red value is 97 (38.28% from 255 or 38.96% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 150 (58.98% from 255 or 60.24% from 249); Max value from RGB is 150 - color contains mainly: blue. Hex color #610296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610296 is #9EFD69. Grayscale: #2E2E2E. Windows color (decimal): -10419562 or 9831009. OLE color: 9831009.

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

Color convert

RGB 97 2 150 -
CMYK 0.35 0.99 0 0.41
HSL 278.51º 0.97% 0.3% -
HSV(B) 278.51º 0.99% 0.59% -
XYZ 10.46 4.79 29.23 -
YUV 47.28 185.97 163.47 -
System Red Green Blue C M Y K H S L
Decimal 97 2 150 0.35 0.99 0 0.41 278.51 0.97 0.3
Hex 61 2 96 23 63 0 29 117 61 1E
Octal 141 2 226 43 143 0 51 427 141 36
Binary 1100001 10 10010110 100011 1100011 0 101001 100010111 1100001 11110

Color Harmonies of #610296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610296

Black with #610296

Text Example


Text Example

White with #610296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610296; }

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

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

background-color css

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

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

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

border-color css

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

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

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