Html Css Color HEX #650087 Indigo

📋 copy color: '#650087'

red 101 ◦ green 0 ◦ blue 135

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

Shades of Indigo #650087

Tints of Indigo #650087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 42.8%
G = 0%
B = 57.2%

CMYK

 C value IS 0.25

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#650087 (or 0x650087) is known color: Indigo. HEX triplet: 65, 00 and 87. RGB value is (101,0,135). Sum of RGB (Red+Green+Blue) = 101+0+135=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #650087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650087 is #9AFF78. Grayscale: #2D2D2D. Windows color (decimal): -10157945 or 8847461. OLE color: 8847461.

HSL color Cylindrical-coordinate representation of color #650087: hue angle of 284.89º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #650087 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 0 135 -
CMYK 0.25 1 0 0.47
HSL 284.89º 1% 0.26% -
HSV(B) 284.89º 1% 0.53% -
XYZ 9.74 4.52 23.28 -
YUV 45.59 178.46 167.52 -
System Red Green Blue C M Y K H S L
Decimal 101 0 135 0.25 1 0 0.47 284.89 1 0.26
Hex 65 0 87 19 64 0 2F 11D 64 1A
Octal 145 0 207 31 144 0 57 435 144 32
Binary 1100101 0 10000111 11001 1100100 0 101111 100011101 1100100 11010

Color Harmonies of #650087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650087

Black with #650087

Text Example


Text Example

White with #650087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650087; }

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

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

background-color css

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

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

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

border-color css

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

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

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