Html Css Color HEX #650096 Indigo

📋 copy color: '#650096'

red 101 ◦ green 0 ◦ blue 150

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

Shades of Indigo #650096

Tints of Indigo #650096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 59.76%

R = 40.24%
G = 0%
B = 59.76%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#650096 (or 0x650096) is known color: Indigo. HEX triplet: 65, 00 and 96. RGB value is (101,0,150). Sum of RGB (Red+Green+Blue) = 101+0+150=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 150 (58.98% from 255 or 59.76% from 251); Max value from RGB is 150 - color contains mainly: blue. Hex color #650096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650096 is #9AFF69. Grayscale: #2E2E2E. Windows color (decimal): -10157930 or 9830501. OLE color: 9830501.

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

Color convert

RGB 101 0 150 -
CMYK 0.33 1 0 0.41
HSL 280.4º 1% 0.29% -
HSV(B) 280.4º 1% 0.59% -
XYZ 10.87 4.97 29.24 -
YUV 47.3 185.96 166.3 -
System Red Green Blue C M Y K H S L
Decimal 101 0 150 0.33 1 0 0.41 280.4 1 0.29
Hex 65 0 96 21 64 0 29 118 64 1D
Octal 145 0 226 41 144 0 51 430 144 35
Binary 1100101 0 10010110 100001 1100100 0 101001 100011000 1100100 11101

Color Harmonies of #650096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650096

Black with #650096

Text Example


Text Example

White with #650096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650096; }

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

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

background-color css

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

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

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

border-color css

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

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

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