Html Css Color HEX #651297 Indigo

📋 copy color: '#651297'

red 101 ◦ green 18 ◦ blue 151

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

Shades of Indigo #651297

Tints of Indigo #651297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 55.93%

R = 37.41%
G = 6.67%
B = 55.93%

CMYK

 C value IS 0.33

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#651297 (or 0x651297) is known color: Indigo. HEX triplet: 65, 12 and 97. RGB value is (101,18,151). Sum of RGB (Red+Green+Blue) = 101+18+151=270 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.41% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 151 (59.38% from 255 or 55.93% from 270); Max value from RGB is 151 - color contains mainly: blue. Hex color #651297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651297 is #9AED68. Grayscale: #393939. Windows color (decimal): -10153321 or 9900645. OLE color: 9900645.

HSL color Cylindrical-coordinate representation of color #651297: hue angle of 277.44º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651297 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 18 151 -
CMYK 0.33 0.88 0 0.41
HSL 277.44º 0.79% 0.33% -
HSV(B) 277.44º 0.88% 0.59% -
XYZ 11.17 5.43 29.74 -
YUV 57.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 101 18 151 0.33 0.88 0 0.41 277.44 0.79 0.33
Hex 65 12 97 21 58 0 29 115 4F 21
Octal 145 22 227 41 130 0 51 425 117 41
Binary 1100101 10010 10010111 100001 1011000 0 101001 100010101 1001111 100001

Color Harmonies of #651297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651297

Black with #651297

Text Example


Text Example

White with #651297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651297; }

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

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

background-color css

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

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

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

border-color css

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

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

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