Html Css Color HEX #610385 Indigo

📋 copy color: '#610385'

red 97 ◦ green 3 ◦ blue 133

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

Shades of Indigo #610385

Tints of Indigo #610385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.29%

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

R = 41.63%
G = 1.29%
B = 57.08%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#610385 (or 0x610385) is known color: Indigo. HEX triplet: 61, 03 and 85. RGB value is (97,3,133). Sum of RGB (Red+Green+Blue) = 97+3+133=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #610385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610385 is #9EFC7A. Grayscale: #2D2D2D. Windows color (decimal): -10419323 or 8717153. OLE color: 8717153.

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

Color convert

RGB 97 3 133 -
CMYK 0.27 0.98 0 0.48
HSL 283.38º 0.96% 0.27% -
HSV(B) 283.38º 0.98% 0.52% -
XYZ 9.2 4.3 22.54 -
YUV 45.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 97 3 133 0.27 0.98 0 0.48 283.38 0.96 0.27
Hex 61 3 85 1B 62 0 30 11B 60 1B
Octal 141 3 205 33 142 0 60 433 140 33
Binary 1100001 11 10000101 11011 1100010 0 110000 100011011 1100000 11011

Color Harmonies of #610385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610385

Black with #610385

Text Example


Text Example

White with #610385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610385; }

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

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

background-color css

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

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

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

border-color css

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

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

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