Html Css Color HEX #610396 Indigo

📋 copy color: '#610396'

red 97 ◦ green 3 ◦ blue 150

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

Shades of Indigo #610396

Tints of Indigo #610396

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 38.8%
G = 1.2%
B = 60%

CMYK

 C value IS 0.35

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#610396 (or 0x610396) is known color: Indigo. HEX triplet: 61, 03 and 96. RGB value is (97,3,150). Sum of RGB (Red+Green+Blue) = 97+3+150=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #610396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610396 is #9EFC69. Grayscale: #2F2F2F. Windows color (decimal): -10419306 or 9831265. OLE color: 9831265.

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

Color convert

RGB 97 3 150 -
CMYK 0.35 0.98 0 0.41
HSL 278.37º 0.96% 0.3% -
HSV(B) 278.37º 0.98% 0.59% -
XYZ 10.47 4.81 29.23 -
YUV 47.86 185.64 163.05 -
System Red Green Blue C M Y K H S L
Decimal 97 3 150 0.35 0.98 0 0.41 278.37 0.96 0.3
Hex 61 3 96 23 62 0 29 116 60 1E
Octal 141 3 226 43 142 0 51 426 140 36
Binary 1100001 11 10010110 100011 1100010 0 101001 100010110 1100000 11110

Color Harmonies of #610396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610396

Black with #610396

Text Example


Text Example

White with #610396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610396; }

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

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

background-color css

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

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

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

border-color css

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

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

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