Html Css Color HEX #650394 Indigo

📋 copy color: '#650394'

red 101 ◦ green 3 ◦ blue 148

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

Shades of Indigo #650394

Tints of Indigo #650394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 40.08%
G = 1.19%
B = 58.73%

CMYK

 C value IS 0.32

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650394 (or 0x650394) is known color: Indigo. HEX triplet: 65, 03 and 94. RGB value is (101,3,148). Sum of RGB (Red+Green+Blue) = 101+3+148=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #650394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650394 is #9AFC6B. Grayscale: #303030. Windows color (decimal): -10157164 or 9700197. OLE color: 9700197.

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

Color convert

RGB 101 3 148 -
CMYK 0.32 0.98 0 0.42
HSL 280.55º 0.96% 0.3% -
HSV(B) 280.55º 0.98% 0.58% -
XYZ 10.74 4.97 28.41 -
YUV 48.83 183.97 165.21 -
System Red Green Blue C M Y K H S L
Decimal 101 3 148 0.32 0.98 0 0.42 280.55 0.96 0.3
Hex 65 3 94 20 62 0 2A 119 60 1E
Octal 145 3 224 40 142 0 52 431 140 36
Binary 1100101 11 10010100 100000 1100010 0 101010 100011001 1100000 11110

Color Harmonies of #650394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650394

Black with #650394

Text Example


Text Example

White with #650394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650394; }

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

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

background-color css

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

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

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

border-color css

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

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

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