Html Css Color HEX #6115A0 Indigo

📋 copy color: '#6115A0'

red 97 ◦ green 21 ◦ blue 160

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

Shades of Indigo #6115A0

Tints of Indigo #6115A0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 160 (62.89% from 255) = 57.55%

R = 34.89%
G = 7.55%
B = 57.55%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#6115A0 (or 0x6115A0) is known color: Indigo. HEX triplet: 61, 15 and A0. RGB value is (97,21,160). Sum of RGB (Red+Green+Blue) = 97+21+160=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 160 (62.89% from 255 or 57.55% from 278); Max value from RGB is 160 - color contains mainly: blue. Hex color #6115A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6115A0 is #9EEA5F. Grayscale: #3B3B3B. Windows color (decimal): -10414688 or 10491233. OLE color: 10491233.

HSL color Cylindrical-coordinate representation of color #6115A0: hue angle of 272.81º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6115A0 is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 21 160 -
CMYK 0.39 0.87 0 0.37
HSL 272.81º 0.77% 0.35% -
HSV(B) 272.81º 0.87% 0.63% -
XYZ 11.54 5.62 33.73 -
YUV 59.57 184.68 154.7 -
System Red Green Blue C M Y K H S L
Decimal 97 21 160 0.39 0.87 0 0.37 272.81 0.77 0.35
Hex 61 15 A0 27 57 0 25 111 4D 23
Octal 141 25 240 47 127 0 45 421 115 43
Binary 1100001 10101 10100000 100111 1010111 0 100101 100010001 1001101 100011

Color Harmonies of #6115A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6115A0

Black with #6115A0

Text Example


Text Example

White with #6115A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6115A0; }

 p { color: rgb(97,21,160); }

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

background-color css

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

 a { background-color: rgb(97,21,160); }

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

border-color css

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

 span { border-color: rgb(97,21,160); }

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