Html Css Color HEX #650295 Indigo

📋 copy color: '#650295'

red 101 ◦ green 2 ◦ blue 149

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

Shades of Indigo #650295

Tints of Indigo #650295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 59.13%

R = 40.08%
G = 0.79%
B = 59.13%

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

#650295 (or 0x650295) is known color: Indigo. HEX triplet: 65, 02 and 95. RGB value is (101,2,149). Sum of RGB (Red+Green+Blue) = 101+2+149=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #650295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650295 is #9AFD6A. Grayscale: #2F2F2F. Windows color (decimal): -10157419 or 9765477. OLE color: 9765477.

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

Color convert

RGB 101 2 149 -
CMYK 0.32 0.99 0 0.42
HSL 280.41º 0.97% 0.3% -
HSV(B) 280.41º 0.99% 0.58% -
XYZ 10.81 4.98 28.83 -
YUV 48.36 184.8 165.55 -
System Red Green Blue C M Y K H S L
Decimal 101 2 149 0.32 0.99 0 0.42 280.41 0.97 0.3
Hex 65 2 95 20 63 0 2A 118 61 1E
Octal 145 2 225 40 143 0 52 430 141 36
Binary 1100101 10 10010101 100000 1100011 0 101010 100011000 1100001 11110

Color Harmonies of #650295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650295

Black with #650295

Text Example


Text Example

White with #650295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650295; }

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

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

background-color css

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

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

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

border-color css

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

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

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