Html Css Color HEX #650594 Indigo

📋 copy color: '#650594'

red 101 ◦ green 5 ◦ blue 148

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

Shades of Indigo #650594

Tints of Indigo #650594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.97%

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 39.76%
G = 1.97%
B = 58.27%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650594 (or 0x650594) is known color: Indigo. HEX triplet: 65, 05 and 94. RGB value is (101,5,148). Sum of RGB (Red+Green+Blue) = 101+5+148=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 5 (2.34% from 255 or 1.97% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #650594 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650594 is #9AFA6B. Grayscale: #313131. Windows color (decimal): -10156652 or 9700709. OLE color: 9700709.

HSL color Cylindrical-coordinate representation of color #650594: hue angle of 280.28º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #650594 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 5 148 -
CMYK 0.32 0.97 0 0.42
HSL 280.28º 0.93% 0.3% -
HSV(B) 280.28º 0.97% 0.58% -
XYZ 10.77 5.01 28.42 -
YUV 50.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 101 5 148 0.32 0.97 0 0.42 280.28 0.93 0.3
Hex 65 5 94 20 61 0 2A 118 5D 1E
Octal 145 5 224 40 141 0 52 430 135 36
Binary 1100101 101 10010100 100000 1100001 0 101010 100011000 1011101 11110

Color Harmonies of #650594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650594

Black with #650594

Text Example


Text Example

White with #650594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650594; }

 p { color: rgb(101,5,148); }

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

background-color css

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

 a { background-color: rgb(101,5,148); }

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

border-color css

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

 span { border-color: rgb(101,5,148); }

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