Html Css Color HEX #610393 Indigo

📋 copy color: '#610393'

red 97 ◦ green 3 ◦ blue 147

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

Shades of Indigo #610393

Tints of Indigo #610393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.51%

R = 39.27%
G = 1.21%
B = 59.51%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610393 (or 0x610393) is known color: Indigo. HEX triplet: 61, 03 and 93. RGB value is (97,3,147). Sum of RGB (Red+Green+Blue) = 97+3+147=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 147 (57.81% from 255 or 59.51% from 247); Max value from RGB is 147 - color contains mainly: blue. Hex color #610393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610393 is #9EFC6C. Grayscale: #2F2F2F. Windows color (decimal): -10419309 or 9634657. OLE color: 9634657.

HSL color Cylindrical-coordinate representation of color #610393: hue angle of 279.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610393 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 97 3 147 -
CMYK 0.34 0.98 0 0.42
HSL 279.17º 0.96% 0.29% -
HSV(B) 279.17º 0.98% 0.58% -
XYZ 10.23 4.71 27.97 -
YUV 47.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 97 3 147 0.34 0.98 0 0.42 279.17 0.96 0.29
Hex 61 3 93 22 62 0 2A 117 60 1D
Octal 141 3 223 42 142 0 52 427 140 35
Binary 1100001 11 10010011 100010 1100010 0 101010 100010111 1100000 11101

Color Harmonies of #610393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610393

Black with #610393

Text Example


Text Example

White with #610393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610393; }

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

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

background-color css

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

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

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

border-color css

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

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

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