Html Css Color HEX #611085 Indigo

📋 copy color: '#611085'

red 97 ◦ green 16 ◦ blue 133

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

Shades of Indigo #611085

Tints of Indigo #611085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 39.43%
G = 6.5%
B = 54.07%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#611085 (or 0x611085) is known color: Indigo. HEX triplet: 61, 10 and 85. RGB value is (97,16,133). Sum of RGB (Red+Green+Blue) = 97+16+133=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #611085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #611085 is #9EEF7A. Grayscale: #353535. Windows color (decimal): -10415995 or 8720481. OLE color: 8720481.

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

Color convert

RGB 97 16 133 -
CMYK 0.27 0.88 0 0.48
HSL 281.54º 0.79% 0.29% -
HSV(B) 281.54º 0.88% 0.52% -
XYZ 9.35 4.61 22.59 -
YUV 53.56 172.84 158.99 -
System Red Green Blue C M Y K H S L
Decimal 97 16 133 0.27 0.88 0 0.48 281.54 0.79 0.29
Hex 61 10 85 1B 58 0 30 11A 4F 1D
Octal 141 20 205 33 130 0 60 432 117 35
Binary 1100001 10000 10000101 11011 1011000 0 110000 100011010 1001111 11101

Color Harmonies of #611085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611085

Black with #611085

Text Example


Text Example

White with #611085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611085; }

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

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

background-color css

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

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

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

border-color css

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

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

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