Html Css Color HEX #610B7B Indigo

📋 copy color: '#610B7B'

red 97 ◦ green 11 ◦ blue 123

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

Shades of Indigo #610B7B

Tints of Indigo #610B7B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.76%

 BLUE value IS 123 (48.44% from 255) = 53.25%

R = 41.99%
G = 4.76%
B = 53.25%

CMYK

 C value IS 0.21

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#610B7B (or 0x610B7B) is known color: Indigo. HEX triplet: 61, 0B and 7B. RGB value is (97,11,123). Sum of RGB (Red+Green+Blue) = 97+11+123=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #610B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610B7B is #9EF484. Grayscale: #313131. Windows color (decimal): -10417285 or 8063841. OLE color: 8063841.

HSL color Cylindrical-coordinate representation of color #610B7B: hue angle of 286.07º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #610B7B is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 11 123 -
CMYK 0.21 0.91 0 0.52
HSL 286.07º 0.84% 0.26% -
HSV(B) 286.07º 0.91% 0.48% -
XYZ 8.62 4.21 19.1 -
YUV 49.48 169.49 161.89 -
System Red Green Blue C M Y K H S L
Decimal 97 11 123 0.21 0.91 0 0.52 286.07 0.84 0.26
Hex 61 B 7B 15 5B 0 34 11E 54 1A
Octal 141 13 173 25 133 0 64 436 124 32
Binary 1100001 1011 1111011 10101 1011011 0 110100 100011110 1010100 11010

Color Harmonies of #610B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610B7B

Black with #610B7B

Text Example


Text Example

White with #610B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,11,123); }

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

background-color css

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

 a { background-color: rgb(97,11,123); }

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

border-color css

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

 span { border-color: rgb(97,11,123); }

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