Html Css Color HEX #650292 Indigo

📋 copy color: '#650292'

red 101 ◦ green 2 ◦ blue 146

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

Shades of Indigo #650292

Tints of Indigo #650292

RGB

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

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

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

R = 40.56%
G = 0.8%
B = 58.63%

CMYK

 C value IS 0.31

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#650292 (or 0x650292) is known color: Indigo. HEX triplet: 65, 02 and 92. RGB value is (101,2,146). Sum of RGB (Red+Green+Blue) = 101+2+146=249 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.56% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #650292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650292 is #9AFD6D. Grayscale: #2F2F2F. Windows color (decimal): -10157422 or 9568869. OLE color: 9568869.

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

Color convert

RGB 101 2 146 -
CMYK 0.31 0.99 0 0.43
HSL 281.25º 0.97% 0.29% -
HSV(B) 281.25º 0.99% 0.57% -
XYZ 10.58 4.89 27.58 -
YUV 48.02 183.3 165.79 -
System Red Green Blue C M Y K H S L
Decimal 101 2 146 0.31 0.99 0 0.43 281.25 0.97 0.29
Hex 65 2 92 1F 63 0 2B 119 61 1D
Octal 145 2 222 37 143 0 53 431 141 35
Binary 1100101 10 10010010 11111 1100011 0 101011 100011001 1100001 11101

Color Harmonies of #650292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650292

Black with #650292

Text Example


Text Example

White with #650292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650292; }

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

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

background-color css

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

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

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

border-color css

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

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

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