Html Css Color HEX #610990 Indigo

📋 copy color: '#610990'

red 97 ◦ green 9 ◦ blue 144

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

Shades of Indigo #610990

Tints of Indigo #610990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 57.6%

R = 38.8%
G = 3.6%
B = 57.6%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#610990 (or 0x610990) is known color: Indigo. HEX triplet: 61, 09 and 90. RGB value is (97,9,144). Sum of RGB (Red+Green+Blue) = 97+9+144=250 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.8% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #610990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610990 is #9EF66F. Grayscale: #323232. Windows color (decimal): -10417776 or 9439585. OLE color: 9439585.

HSL color Cylindrical-coordinate representation of color #610990: hue angle of 279.11º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610990 is Cyan = 0.33, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 9 144 -
CMYK 0.33 0.94 0 0.44
HSL 279.11º 0.88% 0.3% -
HSV(B) 279.11º 0.94% 0.56% -
XYZ 10.06 4.75 26.77 -
YUV 50.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 97 9 144 0.33 0.94 0 0.44 279.11 0.88 0.3
Hex 61 9 90 21 5E 0 2C 117 58 1E
Octal 141 11 220 41 136 0 54 427 130 36
Binary 1100001 1001 10010000 100001 1011110 0 101100 100010111 1011000 11110

Color Harmonies of #610990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #610990

Black with #610990

Text Example


Text Example

White with #610990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #610990; }

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

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

background-color css

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

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

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

border-color css

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

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

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