Html Css Color HEX #651492 Indigo

📋 copy color: '#651492'

red 101 ◦ green 20 ◦ blue 146

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

Shades of Indigo #651492

Tints of Indigo #651492

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.49%

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 37.83%
G = 7.49%
B = 54.68%

CMYK

 C value IS 0.31

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#651492 (or 0x651492) is known color: Indigo. HEX triplet: 65, 14 and 92. RGB value is (101,20,146). Sum of RGB (Red+Green+Blue) = 101+20+146=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 20 (8.20% from 255 or 7.49% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #651492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651492 is #9AEB6D. Grayscale: #3A3A3A. Windows color (decimal): -10152814 or 9573477. OLE color: 9573477.

HSL color Cylindrical-coordinate representation of color #651492: hue angle of 278.57º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #651492 is Cyan = 0.31, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 101 20 146 -
CMYK 0.31 0.86 0 0.43
HSL 278.57º 0.76% 0.33% -
HSV(B) 278.57º 0.86% 0.57% -
XYZ 10.81 5.34 27.66 -
YUV 58.58 177.34 158.25 -
System Red Green Blue C M Y K H S L
Decimal 101 20 146 0.31 0.86 0 0.43 278.57 0.76 0.33
Hex 65 14 92 1F 56 0 2B 117 4C 21
Octal 145 24 222 37 126 0 53 427 114 41
Binary 1100101 10100 10010010 11111 1010110 0 101011 100010111 1001100 100001

Color Harmonies of #651492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651492

Black with #651492

Text Example


Text Example

White with #651492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651492; }

 p { color: rgb(101,20,146); }

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

background-color css

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

 a { background-color: rgb(101,20,146); }

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

border-color css

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

 span { border-color: rgb(101,20,146); }

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