Html Css Color HEX #651285 Indigo

📋 copy color: '#651285'

red 101 ◦ green 18 ◦ blue 133

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

Shades of Indigo #651285

Tints of Indigo #651285

RGB

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

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

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

R = 40.08%
G = 7.14%
B = 52.78%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#651285 (or 0x651285) is known color: Indigo. HEX triplet: 65, 12 and 85. RGB value is (101,18,133). Sum of RGB (Red+Green+Blue) = 101+18+133=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #651285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651285 is #9AED7A. Grayscale: #373737. Windows color (decimal): -10153339 or 8720997. OLE color: 8720997.

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

Color convert

RGB 101 18 133 -
CMYK 0.24 0.86 0 0.48
HSL 283.3º 0.76% 0.3% -
HSV(B) 283.3º 0.86% 0.52% -
XYZ 9.82 4.89 22.62 -
YUV 55.93 171.5 160.15 -
System Red Green Blue C M Y K H S L
Decimal 101 18 133 0.24 0.86 0 0.48 283.3 0.76 0.3
Hex 65 12 85 18 56 0 30 11B 4C 1E
Octal 145 22 205 30 126 0 60 433 114 36
Binary 1100101 10010 10000101 11000 1010110 0 110000 100011011 1001100 11110

Color Harmonies of #651285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651285

Black with #651285

Text Example


Text Example

White with #651285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651285; }

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

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

background-color css

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

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

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

border-color css

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

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

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