Html Css Color HEX #610095 Indigo

📋 copy color: '#610095'

red 97 ◦ green 0 ◦ blue 149

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

Shades of Indigo #610095

Tints of Indigo #610095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 39.43%
G = 0%
B = 60.57%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#610095 (or 0x610095) is known color: Indigo. HEX triplet: 61, 00 and 95. RGB value is (97,0,149). Sum of RGB (Red+Green+Blue) = 97+0+149=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #610095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610095 is #9EFF6A. Grayscale: #2D2D2D. Windows color (decimal): -10420075 or 9764961. OLE color: 9764961.

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

Color convert

RGB 97 0 149 -
CMYK 0.35 1 0 0.42
HSL 279.06º 1% 0.29% -
HSV(B) 279.06º 1% 0.58% -
XYZ 10.35 4.71 28.8 -
YUV 45.99 186.14 164.38 -
System Red Green Blue C M Y K H S L
Decimal 97 0 149 0.35 1 0 0.42 279.06 1 0.29
Hex 61 0 95 23 64 0 2A 117 64 1D
Octal 141 0 225 43 144 0 52 427 144 35
Binary 1100001 0 10010101 100011 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #610095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610095

Black with #610095

Text Example


Text Example

White with #610095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610095; }

 p { color: rgb(97,0,149); }

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

background-color css

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

 a { background-color: rgb(97,0,149); }

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

border-color css

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

 span { border-color: rgb(97,0,149); }

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