Html Css Color HEX #651082 Indigo

📋 copy color: '#651082'

red 101 ◦ green 16 ◦ blue 130

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

Shades of Indigo #651082

Tints of Indigo #651082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52.63%

R = 40.89%
G = 6.48%
B = 52.63%

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

#651082 (or 0x651082) is known color: Indigo. HEX triplet: 65, 10 and 82. RGB value is (101,16,130). Sum of RGB (Red+Green+Blue) = 101+16+130=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 130 (51.17% from 255 or 52.63% from 247); Max value from RGB is 130 - color contains mainly: blue. Hex color #651082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #651082 is #9AEF7D. Grayscale: #363636. Windows color (decimal): -10153854 or 8523877. OLE color: 8523877.

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

Color convert

RGB 101 16 130 -
CMYK 0.22 0.88 0 0.49
HSL 284.74º 0.78% 0.29% -
HSV(B) 284.74º 0.88% 0.51% -
XYZ 9.58 4.75 21.53 -
YUV 54.41 170.66 161.23 -
System Red Green Blue C M Y K H S L
Decimal 101 16 130 0.22 0.88 0 0.49 284.74 0.78 0.29
Hex 65 10 82 16 58 0 31 11D 4E 1D
Octal 145 20 202 26 130 0 61 435 116 35
Binary 1100101 10000 10000010 10110 1011000 0 110001 100011101 1001110 11101

Color Harmonies of #651082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #651082

Black with #651082

Text Example


Text Example

White with #651082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #651082; }

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

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

background-color css

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

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

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

border-color css

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

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

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