Html Css Color HEX #651090 Indigo

📋 copy color: '#651090'

red 101 ◦ green 16 ◦ blue 144

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

Shades of Indigo #651090

Tints of Indigo #651090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

 BLUE value IS 144 (56.64% from 255) = 55.17%

R = 38.7%
G = 6.13%
B = 55.17%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#651090 (or 0x651090) is known color: Indigo. HEX triplet: 65, 10 and 90. RGB value is (101,16,144). Sum of RGB (Red+Green+Blue) = 101+16+144=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #651090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651090 is #9AEF6F. Grayscale: #373737. Windows color (decimal): -10153840 or 9441381. OLE color: 9441381.

HSL color Cylindrical-coordinate representation of color #651090: hue angle of 279.84º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #651090 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 16 144 -
CMYK 0.30 0.89 0 0.44
HSL 279.84º 0.8% 0.31% -
HSV(B) 279.84º 0.89% 0.56% -
XYZ 10.59 5.15 26.82 -
YUV 56.01 177.66 160.09 -
System Red Green Blue C M Y K H S L
Decimal 101 16 144 0.30 0.89 0 0.44 279.84 0.8 0.31
Hex 65 10 90 1E 59 0 2C 118 50 1F
Octal 145 20 220 36 131 0 54 430 120 37
Binary 1100101 10000 10010000 11110 1011001 0 101100 100011000 1010000 11111

Color Harmonies of #651090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651090

Black with #651090

Text Example


Text Example

White with #651090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651090; }

 p { color: rgb(101,16,144); }

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

background-color css

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

 a { background-color: rgb(101,16,144); }

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

border-color css

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

 span { border-color: rgb(101,16,144); }

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