Html Css Color HEX #651288 Indigo

📋 copy color: '#651288'

red 101 ◦ green 18 ◦ blue 136

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

Shades of Indigo #651288

Tints of Indigo #651288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 39.61%
G = 7.06%
B = 53.33%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#651288 (or 0x651288) is known color: Indigo. HEX triplet: 65, 12 and 88. RGB value is (101,18,136). Sum of RGB (Red+Green+Blue) = 101+18+136=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #651288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651288 is #9AED77. Grayscale: #373737. Windows color (decimal): -10153336 or 8917605. OLE color: 8917605.

HSL color Cylindrical-coordinate representation of color #651288: hue angle of 282.2º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #651288 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 18 136 -
CMYK 0.26 0.87 0 0.47
HSL 282.2º 0.77% 0.3% -
HSV(B) 282.2º 0.87% 0.53% -
XYZ 10.03 4.98 23.72 -
YUV 56.27 173 159.91 -
System Red Green Blue C M Y K H S L
Decimal 101 18 136 0.26 0.87 0 0.47 282.2 0.77 0.3
Hex 65 12 88 1A 57 0 2F 11A 4D 1E
Octal 145 22 210 32 127 0 57 432 115 36
Binary 1100101 10010 10001000 11010 1010111 0 101111 100011010 1001101 11110

Color Harmonies of #651288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651288

Black with #651288

Text Example


Text Example

White with #651288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651288; }

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

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

background-color css

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

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

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

border-color css

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

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

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