Html Css Color HEX #610275 Indigo

📋 copy color: '#610275'

red 97 ◦ green 2 ◦ blue 117

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

Shades of Indigo #610275

Tints of Indigo #610275

RGB

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

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

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

R = 44.91%
G = 0.93%
B = 54.17%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#610275 (or 0x610275) is known color: Indigo. HEX triplet: 61, 02 and 75. RGB value is (97,2,117). Sum of RGB (Red+Green+Blue) = 97+2+117=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #610275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610275 is #9EFD8A. Grayscale: #2B2B2B. Windows color (decimal): -10419595 or 7668321. OLE color: 7668321.

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

Color convert

RGB 97 2 117 -
CMYK 0.17 0.98 0 0.54
HSL 289.57º 0.97% 0.23% -
HSV(B) 289.57º 0.98% 0.46% -
XYZ 8.16 3.87 17.15 -
YUV 43.52 169.47 166.15 -
System Red Green Blue C M Y K H S L
Decimal 97 2 117 0.17 0.98 0 0.54 289.57 0.97 0.23
Hex 61 2 75 11 62 0 36 122 61 17
Octal 141 2 165 21 142 0 66 442 141 27
Binary 1100001 10 1110101 10001 1100010 0 110110 100100010 1100001 10111

Color Harmonies of #610275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610275

Black with #610275

Text Example


Text Example

White with #610275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610275; }

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

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

background-color css

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

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

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

border-color css

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

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

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