Html Css Color HEX #650095 Indigo

📋 copy color: '#650095'

red 101 ◦ green 0 ◦ blue 149

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

Shades of Indigo #650095

Tints of Indigo #650095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.6%

R = 40.4%
G = 0%
B = 59.6%

CMYK

 C value IS 0.32

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650095 (or 0x650095) is known color: Indigo. HEX triplet: 65, 00 and 95. RGB value is (101,0,149). Sum of RGB (Red+Green+Blue) = 101+0+149=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #650095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650095 is #9AFF6A. Grayscale: #2E2E2E. Windows color (decimal): -10157931 or 9764965. OLE color: 9764965.

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

Color convert

RGB 101 0 149 -
CMYK 0.32 1 0 0.42
HSL 280.67º 1% 0.29% -
HSV(B) 280.67º 1% 0.58% -
XYZ 10.79 4.94 28.82 -
YUV 47.19 185.46 166.38 -
System Red Green Blue C M Y K H S L
Decimal 101 0 149 0.32 1 0 0.42 280.67 1 0.29
Hex 65 0 95 20 64 0 2A 119 64 1D
Octal 145 0 225 40 144 0 52 431 144 35
Binary 1100101 0 10010101 100000 1100100 0 101010 100011001 1100100 11101

Color Harmonies of #650095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650095

Black with #650095

Text Example


Text Example

White with #650095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650095; }

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

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

background-color css

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

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

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

border-color css

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

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

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