Html Css Color HEX #650885 Indigo

📋 copy color: '#650885'

red 101 ◦ green 8 ◦ blue 133

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

Shades of Indigo #650885

Tints of Indigo #650885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 54.96%

R = 41.74%
G = 3.31%
B = 54.96%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#650885 (or 0x650885) is known color: Indigo. HEX triplet: 65, 08 and 85. RGB value is (101,8,133). Sum of RGB (Red+Green+Blue) = 101+8+133=242 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.74% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 133 (52.34% from 255 or 54.96% from 242); Max value from RGB is 133 - color contains mainly: blue. Hex color #650885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650885 is #9AF77A. Grayscale: #313131. Windows color (decimal): -10155899 or 8718437. OLE color: 8718437.

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

Color convert

RGB 101 8 133 -
CMYK 0.24 0.94 0 0.48
HSL 284.64º 0.89% 0.28% -
HSV(B) 284.64º 0.94% 0.52% -
XYZ 9.69 4.63 22.57 -
YUV 50.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 101 8 133 0.24 0.94 0 0.48 284.64 0.89 0.28
Hex 65 8 85 18 5E 0 30 11D 59 1C
Octal 145 10 205 30 136 0 60 435 131 34
Binary 1100101 1000 10000101 11000 1011110 0 110000 100011101 1011001 11100

Color Harmonies of #650885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650885

Black with #650885

Text Example


Text Example

White with #650885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650885; }

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

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

background-color css

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

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

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

border-color css

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

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

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