Html Css Color HEX #61099C Indigo

📋 copy color: '#61099C'

red 97 ◦ green 9 ◦ blue 156

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

Shades of Indigo #61099C

Tints of Indigo #61099C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.54%

R = 37.02%
G = 3.44%
B = 59.54%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61099C (or 0x61099C) is known color: Indigo. HEX triplet: 61, 09 and 9C. RGB value is (97,9,156). Sum of RGB (Red+Green+Blue) = 97+9+156=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 156 (61.33% from 255 or 59.54% from 262); Max value from RGB is 156 - color contains mainly: blue. Hex color #61099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61099C is #9EF663. Grayscale: #333333. Windows color (decimal): -10417764 or 10226017. OLE color: 10226017.

HSL color Cylindrical-coordinate representation of color #61099C: hue angle of 275.92º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #61099C is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 9 156 -
CMYK 0.38 0.94 0 0.39
HSL 275.92º 0.89% 0.32% -
HSV(B) 275.92º 0.94% 0.61% -
XYZ 11.03 5.14 31.86 -
YUV 52.07 186.65 160.05 -
System Red Green Blue C M Y K H S L
Decimal 97 9 156 0.38 0.94 0 0.39 275.92 0.89 0.32
Hex 61 9 9C 26 5E 0 27 114 59 20
Octal 141 11 234 46 136 0 47 424 131 40
Binary 1100001 1001 10011100 100110 1011110 0 100111 100010100 1011001 100000

Color Harmonies of #61099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61099C

Black with #61099C

Text Example


Text Example

White with #61099C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61099C; }

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

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

background-color css

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

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

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

border-color css

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

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

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