Html Css Color HEX #651081 Indigo

📋 copy color: '#651081'

red 101 ◦ green 16 ◦ blue 129

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

Shades of Indigo #651081

Tints of Indigo #651081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 129 (50.78% from 255) = 52.44%

R = 41.06%
G = 6.5%
B = 52.44%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#651081 (or 0x651081) is known color: Indigo. HEX triplet: 65, 10 and 81. RGB value is (101,16,129). Sum of RGB (Red+Green+Blue) = 101+16+129=246 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.06% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 129 (50.78% from 255 or 52.44% from 246); Max value from RGB is 129 - color contains mainly: blue. Hex color #651081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651081 is #9AEF7E. Grayscale: #353535. Windows color (decimal): -10153855 or 8458341. OLE color: 8458341.

HSL color Cylindrical-coordinate representation of color #651081: hue angle of 285.13º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #651081 is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 101 16 129 -
CMYK 0.22 0.88 0 0.49
HSL 285.13º 0.78% 0.28% -
HSV(B) 285.13º 0.88% 0.51% -
XYZ 9.51 4.72 21.18 -
YUV 54.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 101 16 129 0.22 0.88 0 0.49 285.13 0.78 0.28
Hex 65 10 81 16 58 0 31 11D 4E 1C
Octal 145 20 201 26 130 0 61 435 116 34
Binary 1100101 10000 10000001 10110 1011000 0 110001 100011101 1001110 11100

Color Harmonies of #651081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651081

Black with #651081

Text Example


Text Example

White with #651081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651081; }

 p { color: rgb(101,16,129); }

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

background-color css

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

 a { background-color: rgb(101,16,129); }

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

border-color css

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

 span { border-color: rgb(101,16,129); }

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