Html Css Color HEX #651192 Indigo

📋 copy color: '#651192'

red 101 ◦ green 17 ◦ blue 146

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

Shades of Indigo #651192

Tints of Indigo #651192

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.44%

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

R = 38.26%
G = 6.44%
B = 55.3%

CMYK

 C value IS 0.31

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#651192 (or 0x651192) is known color: Indigo. HEX triplet: 65, 11 and 92. RGB value is (101,17,146). Sum of RGB (Red+Green+Blue) = 101+17+146=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 17 (7.03% from 255 or 6.44% from 264); Blue value is 146 (57.42% from 255 or 55.30% from 264); Max value from RGB is 146 - color contains mainly: blue. Hex color #651192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651192 is #9AEE6D. Grayscale: #383838. Windows color (decimal): -10153582 or 9572709. OLE color: 9572709.

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

Color convert

RGB 101 17 146 -
CMYK 0.31 0.88 0 0.43
HSL 279.07º 0.79% 0.32% -
HSV(B) 279.07º 0.88% 0.57% -
XYZ 10.76 5.24 27.64 -
YUV 56.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 101 17 146 0.31 0.88 0 0.43 279.07 0.79 0.32
Hex 65 11 92 1F 58 0 2B 117 4F 20
Octal 145 21 222 37 130 0 53 427 117 40
Binary 1100101 10001 10010010 11111 1011000 0 101011 100010111 1001111 100000

Color Harmonies of #651192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651192

Black with #651192

Text Example


Text Example

White with #651192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651192; }

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

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

background-color css

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

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

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

border-color css

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

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

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