Html Css Color HEX #651291 Indigo

📋 copy color: '#651291'

red 101 ◦ green 18 ◦ blue 145

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

Shades of Indigo #651291

Tints of Indigo #651291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 38.26%
G = 6.82%
B = 54.92%

CMYK

 C value IS 0.30

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#651291 (or 0x651291) is known color: Indigo. HEX triplet: 65, 12 and 91. RGB value is (101,18,145). Sum of RGB (Red+Green+Blue) = 101+18+145=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #651291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651291 is #9AED6E. Grayscale: #383838. Windows color (decimal): -10153327 or 9507429. OLE color: 9507429.

HSL color Cylindrical-coordinate representation of color #651291: hue angle of 279.21º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651291 is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 18 145 -
CMYK 0.30 0.88 0 0.43
HSL 279.21º 0.78% 0.32% -
HSV(B) 279.21º 0.88% 0.57% -
XYZ 10.69 5.24 27.24 -
YUV 57.3 177.5 159.17 -
System Red Green Blue C M Y K H S L
Decimal 101 18 145 0.30 0.88 0 0.43 279.21 0.78 0.32
Hex 65 12 91 1E 58 0 2B 117 4E 20
Octal 145 22 221 36 130 0 53 427 116 40
Binary 1100101 10010 10010001 11110 1011000 0 101011 100010111 1001110 100000

Color Harmonies of #651291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651291

Black with #651291

Text Example


Text Example

White with #651291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651291; }

 p { color: rgb(101,18,145); }

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

background-color css

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

 a { background-color: rgb(101,18,145); }

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

border-color css

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

 span { border-color: rgb(101,18,145); }

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