Html Css Color HEX #651493 Indigo

📋 copy color: '#651493'

red 101 ◦ green 20 ◦ blue 147

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

Shades of Indigo #651493

Tints of Indigo #651493

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

 BLUE value IS 147 (57.81% from 255) = 54.85%

R = 37.69%
G = 7.46%
B = 54.85%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#651493 (or 0x651493) is known color: Indigo. HEX triplet: 65, 14 and 93. RGB value is (101,20,147). Sum of RGB (Red+Green+Blue) = 101+20+147=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 147 (57.81% from 255 or 54.85% from 268); Max value from RGB is 147 - color contains mainly: blue. Hex color #651493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651493 is #9AEB6C. Grayscale: #3A3A3A. Windows color (decimal): -10152813 or 9639013. OLE color: 9639013.

HSL color Cylindrical-coordinate representation of color #651493: hue angle of 278.27º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651493 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 20 147 -
CMYK 0.31 0.86 0 0.42
HSL 278.27º 0.76% 0.33% -
HSV(B) 278.27º 0.86% 0.58% -
XYZ 10.88 5.37 28.07 -
YUV 58.7 177.84 158.17 -
System Red Green Blue C M Y K H S L
Decimal 101 20 147 0.31 0.86 0 0.42 278.27 0.76 0.33
Hex 65 14 93 1F 56 0 2A 116 4C 21
Octal 145 24 223 37 126 0 52 426 114 41
Binary 1100101 10100 10010011 11111 1010110 0 101010 100010110 1001100 100001

Color Harmonies of #651493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651493

Black with #651493

Text Example


Text Example

White with #651493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651493; }

 p { color: rgb(101,20,147); }

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

background-color css

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

 a { background-color: rgb(101,20,147); }

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

border-color css

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

 span { border-color: rgb(101,20,147); }

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