Html Css Color HEX #61097F Indigo

📋 copy color: '#61097F'

red 97 ◦ green 9 ◦ blue 127

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

Shades of Indigo #61097F

Tints of Indigo #61097F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.86%

 BLUE value IS 127 (50% from 255) = 54.51%

R = 41.63%
G = 3.86%
B = 54.51%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61097F (or 0x61097F) is known color: Indigo. HEX triplet: 61, 09 and 7F. RGB value is (97,9,127). Sum of RGB (Red+Green+Blue) = 97+9+127=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #61097F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61097F is #9EF680. Grayscale: #303030. Windows color (decimal): -10417793 or 8325473. OLE color: 8325473.

HSL color Cylindrical-coordinate representation of color #61097F: hue angle of 284.75º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61097F is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 9 127 -
CMYK 0.24 0.93 0 0.50
HSL 284.75º 0.87% 0.27% -
HSV(B) 284.75º 0.93% 0.5% -
XYZ 8.86 4.27 20.44 -
YUV 48.76 172.15 162.41 -
System Red Green Blue C M Y K H S L
Decimal 97 9 127 0.24 0.93 0 0.50 284.75 0.87 0.27
Hex 61 9 7F 18 5D 0 32 11D 57 1B
Octal 141 11 177 30 135 0 62 435 127 33
Binary 1100001 1001 1111111 11000 1011101 0 110010 100011101 1010111 11011

Color Harmonies of #61097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61097F

Black with #61097F

Text Example


Text Example

White with #61097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61097F; }

 p { color: rgb(97,9,127); }

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

background-color css

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

 a { background-color: rgb(97,9,127); }

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

border-color css

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

 span { border-color: rgb(97,9,127); }

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