Html Css Color HEX #650C92 Indigo

📋 copy color: '#650C92'

red 101 ◦ green 12 ◦ blue 146

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

Shades of Indigo #650C92

Tints of Indigo #650C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 39%
G = 4.63%
B = 56.37%

CMYK

 C value IS 0.31

 M value IS 0.92

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#650C92 (or 0x650C92) is known color: Indigo. HEX triplet: 65, 0C and 92. RGB value is (101,12,146). Sum of RGB (Red+Green+Blue) = 101+12+146=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #650C92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650C92 is #9AF36D. Grayscale: #353535. Windows color (decimal): -10154862 or 9571429. OLE color: 9571429.

HSL color Cylindrical-coordinate representation of color #650C92: hue angle of 279.85º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #650C92 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 12 146 -
CMYK 0.31 0.92 0 0.43
HSL 279.85º 0.85% 0.31% -
HSV(B) 279.85º 0.92% 0.57% -
XYZ 10.69 5.1 27.62 -
YUV 53.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 101 12 146 0.31 0.92 0 0.43 279.85 0.85 0.31
Hex 65 C 92 1F 5C 0 2B 118 55 1F
Octal 145 14 222 37 134 0 53 430 125 37
Binary 1100101 1100 10010010 11111 1011100 0 101011 100011000 1010101 11111

Color Harmonies of #650C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650C92

Black with #650C92

Text Example


Text Example

White with #650C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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