Html Css Color HEX #650884 Indigo

📋 copy color: '#650884'

red 101 ◦ green 8 ◦ blue 132

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

Shades of Indigo #650884

Tints of Indigo #650884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.32%

 BLUE value IS 132 (51.95% from 255) = 54.77%

R = 41.91%
G = 3.32%
B = 54.77%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#650884 (or 0x650884) is known color: Indigo. HEX triplet: 65, 08 and 84. RGB value is (101,8,132). Sum of RGB (Red+Green+Blue) = 101+8+132=241 (31% of max value = 765). Red value is 101 (39.84% from 255 or 41.91% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 132 (51.95% from 255 or 54.77% from 241); Max value from RGB is 132 - color contains mainly: blue. Hex color #650884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650884 is #9AF77B. Grayscale: #313131. Windows color (decimal): -10155900 or 8652901. OLE color: 8652901.

HSL color Cylindrical-coordinate representation of color #650884: hue angle of 285º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #650884 is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 8 132 -
CMYK 0.23 0.94 0 0.48
HSL 285º 0.89% 0.27% -
HSV(B) 285º 0.94% 0.52% -
XYZ 9.62 4.61 22.21 -
YUV 49.94 174.31 164.42 -
System Red Green Blue C M Y K H S L
Decimal 101 8 132 0.23 0.94 0 0.48 285 0.89 0.27
Hex 65 8 84 17 5E 0 30 11D 59 1B
Octal 145 10 204 27 136 0 60 435 131 33
Binary 1100101 1000 10000100 10111 1011110 0 110000 100011101 1011001 11011

Color Harmonies of #650884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650884

Black with #650884

Text Example


Text Example

White with #650884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650884; }

 p { color: rgb(101,8,132); }

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

background-color css

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

 a { background-color: rgb(101,8,132); }

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

border-color css

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

 span { border-color: rgb(101,8,132); }

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