Html Css Color HEX #650380 Indigo

📋 copy color: '#650380'

red 101 ◦ green 3 ◦ blue 128

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

Shades of Indigo #650380

Tints of Indigo #650380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 55.17%

R = 43.53%
G = 1.29%
B = 55.17%

CMYK

 C value IS 0.21

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#650380 (or 0x650380) is known color: Indigo. HEX triplet: 65, 03 and 80. RGB value is (101,3,128). Sum of RGB (Red+Green+Blue) = 101+3+128=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 3 (1.56% from 255 or 1.29% from 232); Blue value is 128 (50.39% from 255 or 55.17% from 232); Max value from RGB is 128 - color contains mainly: blue. Hex color #650380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650380 is #9AFC7F. Grayscale: #2E2E2E. Windows color (decimal): -10157184 or 8389477. OLE color: 8389477.

HSL color Cylindrical-coordinate representation of color #650380: hue angle of 287.04º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #650380 is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 3 128 -
CMYK 0.21 0.98 0 0.50
HSL 287.04º 0.95% 0.26% -
HSV(B) 287.04º 0.98% 0.5% -
XYZ 9.3 4.39 20.78 -
YUV 46.55 173.97 166.84 -
System Red Green Blue C M Y K H S L
Decimal 101 3 128 0.21 0.98 0 0.50 287.04 0.95 0.26
Hex 65 3 80 15 62 0 32 11F 5F 1A
Octal 145 3 200 25 142 0 62 437 137 32
Binary 1100101 11 10000000 10101 1100010 0 110010 100011111 1011111 11010

Color Harmonies of #650380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650380

Black with #650380

Text Example


Text Example

White with #650380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650380; }

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

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

background-color css

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

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

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

border-color css

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

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

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