Html Css Color HEX #650282 Indigo

📋 copy color: '#650282'

red 101 ◦ green 2 ◦ blue 130

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

Shades of Indigo #650282

Tints of Indigo #650282

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 43.35%
G = 0.86%
B = 55.79%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#650282 (or 0x650282) is known color: Indigo. HEX triplet: 65, 02 and 82. RGB value is (101,2,130). Sum of RGB (Red+Green+Blue) = 101+2+130=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 130 (51.17% from 255 or 55.79% from 233); Max value from RGB is 130 - color contains mainly: blue. Hex color #650282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650282 is #9AFD7D. Grayscale: #2D2D2D. Windows color (decimal): -10157438 or 8520293. OLE color: 8520293.

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

Color convert

RGB 101 2 130 -
CMYK 0.22 0.98 0 0.49
HSL 286.41º 0.97% 0.26% -
HSV(B) 286.41º 0.98% 0.51% -
XYZ 9.42 4.42 21.48 -
YUV 46.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 101 2 130 0.22 0.98 0 0.49 286.41 0.97 0.26
Hex 65 2 82 16 62 0 31 11E 61 1A
Octal 145 2 202 26 142 0 61 436 141 32
Binary 1100101 10 10000010 10110 1100010 0 110001 100011110 1100001 11010

Color Harmonies of #650282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650282

Black with #650282

Text Example


Text Example

White with #650282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650282; }

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

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

background-color css

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

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

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

border-color css

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

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

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