Html Css Color HEX #610485 Indigo

📋 copy color: '#610485'

red 97 ◦ green 4 ◦ blue 133

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

Shades of Indigo #610485

Tints of Indigo #610485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.71%

 BLUE value IS 133 (52.34% from 255) = 56.84%

R = 41.45%
G = 1.71%
B = 56.84%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#610485 (or 0x610485) is known color: Indigo. HEX triplet: 61, 04 and 85. RGB value is (97,4,133). Sum of RGB (Red+Green+Blue) = 97+4+133=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #610485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610485 is #9EFB7A. Grayscale: #2E2E2E. Windows color (decimal): -10419067 or 8717409. OLE color: 8717409.

HSL color Cylindrical-coordinate representation of color #610485: hue angle of 283.26º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #610485 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 4 133 -
CMYK 0.27 0.97 0 0.48
HSL 283.26º 0.94% 0.27% -
HSV(B) 283.26º 0.97% 0.52% -
XYZ 9.21 4.32 22.54 -
YUV 46.51 176.81 164.01 -
System Red Green Blue C M Y K H S L
Decimal 97 4 133 0.27 0.97 0 0.48 283.26 0.94 0.27
Hex 61 4 85 1B 61 0 30 11B 5E 1B
Octal 141 4 205 33 141 0 60 433 136 33
Binary 1100001 100 10000101 11011 1100001 0 110000 100011011 1011110 11011

Color Harmonies of #610485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610485

Black with #610485

Text Example


Text Example

White with #610485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610485; }

 p { color: rgb(97,4,133); }

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

background-color css

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

 a { background-color: rgb(97,4,133); }

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

border-color css

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

 span { border-color: rgb(97,4,133); }

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