Html Css Color HEX #650294 Indigo

📋 copy color: '#650294'

red 101 ◦ green 2 ◦ blue 148

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

Shades of Indigo #650294

Tints of Indigo #650294

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

 BLUE value IS 148 (58.2% from 255) = 58.96%

R = 40.24%
G = 0.8%
B = 58.96%

CMYK

 C value IS 0.32

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650294 (or 0x650294) is known color: Indigo. HEX triplet: 65, 02 and 94. RGB value is (101,2,148). Sum of RGB (Red+Green+Blue) = 101+2+148=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #650294 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650294 is #9AFD6B. Grayscale: #2F2F2F. Windows color (decimal): -10157420 or 9699941. OLE color: 9699941.

HSL color Cylindrical-coordinate representation of color #650294: hue angle of 280.68º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650294 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 2 148 -
CMYK 0.32 0.99 0 0.42
HSL 280.68º 0.97% 0.29% -
HSV(B) 280.68º 0.99% 0.58% -
XYZ 10.73 4.95 28.41 -
YUV 48.25 184.3 165.63 -
System Red Green Blue C M Y K H S L
Decimal 101 2 148 0.32 0.99 0 0.42 280.68 0.97 0.29
Hex 65 2 94 20 63 0 2A 119 61 1D
Octal 145 2 224 40 143 0 52 431 141 35
Binary 1100101 10 10010100 100000 1100011 0 101010 100011001 1100001 11101

Color Harmonies of #650294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650294

Black with #650294

Text Example


Text Example

White with #650294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650294; }

 p { color: rgb(101,2,148); }

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

background-color css

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

 a { background-color: rgb(101,2,148); }

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

border-color css

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

 span { border-color: rgb(101,2,148); }

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