#650381

Color #650381 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #650381

Tints of Indigo #650381

Color information

#650381 (or 0x650381) is unknown color: approx Indigo. HEX triplet: 65, 03 and 81. RGB value is (101,3,129). Sum of RGB (Red+Green+Blue) = 101+3+129=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 3 (1.56% from 255 or 1.29% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #650381 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650381 is #9AFC7E. Grayscale: #2E2E2E. Windows color (decimal): -10157183 or 8455013. OLE color: 8455013.

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

Color convert

RGB1013129-
CMYK0.220.9800.49
HSL286.67º95.45%25.88%-
HSV(B)286.67º97.67%50.59%-
XYZ9.364.4221.13-
YUV46.67174.47166.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.35%
GREEN value IS 3 (1.56% from 255) = 1.29%
BLUE value IS 129 (50.78% from 255) = 55.36%
R=43.35%
G=1.29%
B=55.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10131290.220.9800.49286.6795.4525.88
Hex65381166203111f5f1a
Octal14532012614206143713732
Binary110010111100000011011011000100110001100011111101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650381; }

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

 H1.HeaderClassName
 {
   color: #650381;
 }
 .AnyTagClassName
 {
   color: #650381;
 }
</style>
background-color css

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

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

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

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

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

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