Html Css Color HEX #650890 Indigo

📋 copy color: '#650890'

red 101 ◦ green 8 ◦ blue 144

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

Shades of Indigo #650890

Tints of Indigo #650890

RGB

 RED value IS 101 (39.84% from 255) = 39.92%

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 39.92%
G = 3.16%
B = 56.92%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#650890 (or 0x650890) is known color: Indigo. HEX triplet: 65, 08 and 90. RGB value is (101,8,144). Sum of RGB (Red+Green+Blue) = 101+8+144=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #650890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650890 is #9AF76F. Grayscale: #323232. Windows color (decimal): -10155888 or 9439333. OLE color: 9439333.

HSL color Cylindrical-coordinate representation of color #650890: hue angle of 281.03º degrees, saturation: 0.89, 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 #650890 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 8 144 -
CMYK 0.30 0.94 0 0.44
HSL 281.03º 0.89% 0.3% -
HSV(B) 281.03º 0.94% 0.56% -
XYZ 10.49 4.95 26.79 -
YUV 51.31 180.31 163.44 -
System Red Green Blue C M Y K H S L
Decimal 101 8 144 0.30 0.94 0 0.44 281.03 0.89 0.3
Hex 65 8 90 1E 5E 0 2C 119 59 1E
Octal 145 10 220 36 136 0 54 431 131 36
Binary 1100101 1000 10010000 11110 1011110 0 101100 100011001 1011001 11110

Color Harmonies of #650890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650890

Black with #650890

Text Example


Text Example

White with #650890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650890; }

 p { color: rgb(101,8,144); }

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

background-color css

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

 a { background-color: rgb(101,8,144); }

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

border-color css

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

 span { border-color: rgb(101,8,144); }

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