Html Css Color HEX #650099 Indigo

📋 copy color: '#650099'

red 101 ◦ green 0 ◦ blue 153

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

Shades of Indigo #650099

Tints of Indigo #650099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 60.24%

R = 39.76%
G = 0%
B = 60.24%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#650099 (or 0x650099) is known color: Indigo. HEX triplet: 65, 00 and 99. RGB value is (101,0,153). Sum of RGB (Red+Green+Blue) = 101+0+153=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #650099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650099 is #9AFF66. Grayscale: #2F2F2F. Windows color (decimal): -10157927 or 10027109. OLE color: 10027109.

HSL color Cylindrical-coordinate representation of color #650099: hue angle of 279.61º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650099 is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 101 0 153 -
CMYK 0.34 1 0 0.4
HSL 279.61º 1% 0.3% -
HSV(B) 279.61º 1% 0.6% -
XYZ 11.12 5.07 30.53 -
YUV 47.64 187.46 166.06 -
System Red Green Blue C M Y K H S L
Decimal 101 0 153 0.34 1 0 0.4 279.61 1 0.3
Hex 65 0 99 22 64 0 28 118 64 1E
Octal 145 0 231 42 144 0 50 430 144 36
Binary 1100101 0 10011001 100010 1100100 0 101000 100011000 1100100 11110

Color Harmonies of #650099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650099

Black with #650099

Text Example


Text Example

White with #650099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650099; }

 p { color: rgb(101,0,153); }

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

background-color css

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

 a { background-color: rgb(101,0,153); }

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

border-color css

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

 span { border-color: rgb(101,0,153); }

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