Html Css Color HEX #651286 Indigo

📋 copy color: '#651286'

red 101 ◦ green 18 ◦ blue 134

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

Shades of Indigo #651286

Tints of Indigo #651286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 39.92%
G = 7.11%
B = 52.96%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#651286 (or 0x651286) is known color: Indigo. HEX triplet: 65, 12 and 86. RGB value is (101,18,134). Sum of RGB (Red+Green+Blue) = 101+18+134=253 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.92% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #651286 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651286 is #9AED79. Grayscale: #373737. Windows color (decimal): -10153338 or 8786533. OLE color: 8786533.

HSL color Cylindrical-coordinate representation of color #651286: hue angle of 282.93º degrees, saturation: 0.76, 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 #651286 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 18 134 -
CMYK 0.25 0.87 0 0.47
HSL 282.93º 0.76% 0.3% -
HSV(B) 282.93º 0.87% 0.53% -
XYZ 9.89 4.92 22.98 -
YUV 56.04 172 160.07 -
System Red Green Blue C M Y K H S L
Decimal 101 18 134 0.25 0.87 0 0.47 282.93 0.76 0.3
Hex 65 12 86 19 57 0 2F 11B 4C 1E
Octal 145 22 206 31 127 0 57 433 114 36
Binary 1100101 10010 10000110 11001 1010111 0 101111 100011011 1001100 11110

Color Harmonies of #651286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651286

Black with #651286

Text Example


Text Example

White with #651286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651286; }

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

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

background-color css

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

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

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

border-color css

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

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

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