Html Css Color HEX #650CA1 Indigo

📋 copy color: '#650CA1'

red 101 ◦ green 12 ◦ blue 161

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

Shades of Indigo #650CA1

Tints of Indigo #650CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 58.76%

R = 36.86%
G = 4.38%
B = 58.76%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#650CA1 (or 0x650CA1) is known color: Indigo. HEX triplet: 65, 0C and A1. RGB value is (101,12,161). Sum of RGB (Red+Green+Blue) = 101+12+161=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #650CA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650CA1 is #9AF35E. Grayscale: #373737. Windows color (decimal): -10154847 or 10554469. OLE color: 10554469.

HSL color Cylindrical-coordinate representation of color #650CA1: hue angle of 275.84º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #650CA1 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 101 12 161 -
CMYK 0.37 0.93 0 0.37
HSL 275.84º 0.86% 0.34% -
HSV(B) 275.84º 0.93% 0.63% -
XYZ 11.93 5.6 34.17 -
YUV 55.6 187.49 160.38 -
System Red Green Blue C M Y K H S L
Decimal 101 12 161 0.37 0.93 0 0.37 275.84 0.86 0.34
Hex 65 C A1 25 5D 0 25 114 56 22
Octal 145 14 241 45 135 0 45 424 126 42
Binary 1100101 1100 10100001 100101 1011101 0 100101 100010100 1010110 100010

Color Harmonies of #650CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650CA1

Black with #650CA1

Text Example


Text Example

White with #650CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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