Html Css Color HEX #651585 Indigo

📋 copy color: '#651585'

red 101 ◦ green 21 ◦ blue 133

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

Shades of Indigo #651585

Tints of Indigo #651585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.16%

R = 39.61%
G = 8.24%
B = 52.16%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651585 (or 0x651585) is known color: Indigo. HEX triplet: 65, 15 and 85. RGB value is (101,21,133). Sum of RGB (Red+Green+Blue) = 101+21+133=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #651585 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651585 is #9AEA7A. Grayscale: #393939. Windows color (decimal): -10152571 or 8721765. OLE color: 8721765.

HSL color Cylindrical-coordinate representation of color #651585: hue angle of 282.86º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #651585 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 101 21 133 -
CMYK 0.24 0.84 0 0.48
HSL 282.86º 0.73% 0.3% -
HSV(B) 282.86º 0.84% 0.52% -
XYZ 9.87 5 22.63 -
YUV 57.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 101 21 133 0.24 0.84 0 0.48 282.86 0.73 0.3
Hex 65 15 85 18 54 0 30 11B 49 1E
Octal 145 25 205 30 124 0 60 433 111 36
Binary 1100101 10101 10000101 11000 1010100 0 110000 100011011 1001001 11110

Color Harmonies of #651585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651585

Black with #651585

Text Example


Text Example

White with #651585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651585; }

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

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

background-color css

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

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

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

border-color css

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

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

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