Html Css Color HEX #650D94 Indigo

📋 copy color: '#650D94'

red 101 ◦ green 13 ◦ blue 148

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

Shades of Indigo #650D94

Tints of Indigo #650D94

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.96%

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

R = 38.55%
G = 4.96%
B = 56.49%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#650D94 (or 0x650D94) is known color: Indigo. HEX triplet: 65, 0D and 94. RGB value is (101,13,148). Sum of RGB (Red+Green+Blue) = 101+13+148=262 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.55% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #650D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650D94 is #9AF26B. Grayscale: #363636. Windows color (decimal): -10154604 or 9702757. OLE color: 9702757.

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

Color convert

RGB 101 13 148 -
CMYK 0.32 0.91 0 0.42
HSL 279.11º 0.84% 0.32% -
HSV(B) 279.11º 0.91% 0.58% -
XYZ 10.86 5.19 28.45 -
YUV 54.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 101 13 148 0.32 0.91 0 0.42 279.11 0.84 0.32
Hex 65 D 94 20 5B 0 2A 117 54 20
Octal 145 15 224 40 133 0 52 427 124 40
Binary 1100101 1101 10010100 100000 1011011 0 101010 100010111 1010100 100000

Color Harmonies of #650D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650D94

Black with #650D94

Text Example


Text Example

White with #650D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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