Html Css Color HEX #610375 Indigo

📋 copy color: '#610375'

red 97 ◦ green 3 ◦ blue 117

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

Shades of Indigo #610375

Tints of Indigo #610375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 53.92%

R = 44.7%
G = 1.38%
B = 53.92%

CMYK

 C value IS 0.17

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610375 (or 0x610375) is known color: Indigo. HEX triplet: 61, 03 and 75. RGB value is (97,3,117). Sum of RGB (Red+Green+Blue) = 97+3+117=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #610375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610375 is #9EFC8A. Grayscale: #2B2B2B. Windows color (decimal): -10419339 or 7668577. OLE color: 7668577.

HSL color Cylindrical-coordinate representation of color #610375: hue angle of 289.47º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610375 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 3 117 -
CMYK 0.17 0.97 0 0.54
HSL 289.47º 0.95% 0.24% -
HSV(B) 289.47º 0.97% 0.46% -
XYZ 8.17 3.89 17.15 -
YUV 44.1 169.14 165.73 -
System Red Green Blue C M Y K H S L
Decimal 97 3 117 0.17 0.97 0 0.54 289.47 0.95 0.24
Hex 61 3 75 11 61 0 36 121 5F 18
Octal 141 3 165 21 141 0 66 441 137 30
Binary 1100001 11 1110101 10001 1100001 0 110110 100100001 1011111 11000

Color Harmonies of #610375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610375

Black with #610375

Text Example


Text Example

White with #610375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610375; }

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

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

background-color css

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

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

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

border-color css

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

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

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