Html Css Color HEX #610D92 Indigo

📋 copy color: '#610D92'

red 97 ◦ green 13 ◦ blue 146

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

Shades of Indigo #610D92

Tints of Indigo #610D92

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 37.89%
G = 5.08%
B = 57.03%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#610D92 (or 0x610D92) is known color: Indigo. HEX triplet: 61, 0D and 92. RGB value is (97,13,146). Sum of RGB (Red+Green+Blue) = 97+13+146=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #610D92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610D92 is #9EF26D. Grayscale: #343434. Windows color (decimal): -10416750 or 9571681. OLE color: 9571681.

HSL color Cylindrical-coordinate representation of color #610D92: hue angle of 277.89º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610D92 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 13 146 -
CMYK 0.34 0.91 0 0.43
HSL 277.89º 0.84% 0.31% -
HSV(B) 277.89º 0.91% 0.57% -
XYZ 10.26 4.9 27.6 -
YUV 53.28 180.33 159.19 -
System Red Green Blue C M Y K H S L
Decimal 97 13 146 0.34 0.91 0 0.43 277.89 0.84 0.31
Hex 61 D 92 22 5B 0 2B 116 54 1F
Octal 141 15 222 42 133 0 53 426 124 37
Binary 1100001 1101 10010010 100010 1011011 0 101011 100010110 1010100 11111

Color Harmonies of #610D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610D92

Black with #610D92

Text Example


Text Example

White with #610D92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610D92; }

 p { color: rgb(97,13,146); }

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

background-color css

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

 a { background-color: rgb(97,13,146); }

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

border-color css

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

 span { border-color: rgb(97,13,146); }

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