Html Css Color HEX #651582 Indigo

📋 copy color: '#651582'

red 101 ◦ green 21 ◦ blue 130

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

Shades of Indigo #651582

Tints of Indigo #651582

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.33%

 BLUE value IS 130 (51.17% from 255) = 51.59%

R = 40.08%
G = 8.33%
B = 51.59%

CMYK

 C value IS 0.22

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#651582 (or 0x651582) is known color: Indigo. HEX triplet: 65, 15 and 82. RGB value is (101,21,130). Sum of RGB (Red+Green+Blue) = 101+21+130=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #651582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651582 is #9AEA7D. Grayscale: #383838. Windows color (decimal): -10152574 or 8525157. OLE color: 8525157.

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

Color convert

RGB 101 21 130 -
CMYK 0.22 0.84 0 0.49
HSL 284.04º 0.72% 0.3% -
HSV(B) 284.04º 0.84% 0.51% -
XYZ 9.66 4.91 21.56 -
YUV 57.35 169 159.14 -
System Red Green Blue C M Y K H S L
Decimal 101 21 130 0.22 0.84 0 0.49 284.04 0.72 0.3
Hex 65 15 82 16 54 0 31 11C 48 1E
Octal 145 25 202 26 124 0 61 434 110 36
Binary 1100101 10101 10000010 10110 1010100 0 110001 100011100 1001000 11110

Color Harmonies of #651582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651582

Black with #651582

Text Example


Text Example

White with #651582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651582; }

 p { color: rgb(101,21,130); }

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

background-color css

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

 a { background-color: rgb(101,21,130); }

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

border-color css

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

 span { border-color: rgb(101,21,130); }

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