Html Css Color HEX #650C89 Indigo

📋 copy color: '#650C89'

red 101 ◦ green 12 ◦ blue 137

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

Shades of Indigo #650C89

Tints of Indigo #650C89

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.8%

 BLUE value IS 137 (53.91% from 255) = 54.8%

R = 40.4%
G = 4.8%
B = 54.8%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#650C89 (or 0x650C89) is known color: Indigo. HEX triplet: 65, 0C and 89. RGB value is (101,12,137). Sum of RGB (Red+Green+Blue) = 101+12+137=250 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.4% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 137 (53.91% from 255 or 54.8% from 250); Max value from RGB is 137 - color contains mainly: blue. Hex color #650C89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650C89 is #9AF376. Grayscale: #343434. Windows color (decimal): -10154871 or 8981605. OLE color: 8981605.

HSL color Cylindrical-coordinate representation of color #650C89: hue angle of 282.72º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #650C89 is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 101 12 137 -
CMYK 0.26 0.91 0 0.46
HSL 282.72º 0.84% 0.29% -
HSV(B) 282.72º 0.91% 0.54% -
XYZ 10.01 4.84 24.07 -
YUV 52.86 175.49 162.34 -
System Red Green Blue C M Y K H S L
Decimal 101 12 137 0.26 0.91 0 0.46 282.72 0.84 0.29
Hex 65 C 89 1A 5B 0 2E 11B 54 1D
Octal 145 14 211 32 133 0 56 433 124 35
Binary 1100101 1100 10001001 11010 1011011 0 101110 100011011 1010100 11101

Color Harmonies of #650C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C89

Black with #650C89

Text Example


Text Example

White with #650C89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650C89; }

 p { color: rgb(101,12,137); }

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

background-color css

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

 a { background-color: rgb(101,12,137); }

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

border-color css

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

 span { border-color: rgb(101,12,137); }

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