Html Css Color HEX #650298 Indigo

📋 copy color: '#650298'

red 101 ◦ green 2 ◦ blue 152

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

Shades of Indigo #650298

Tints of Indigo #650298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 39.61%
G = 0.78%
B = 59.61%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#650298 (or 0x650298) is known color: Indigo. HEX triplet: 65, 02 and 98. RGB value is (101,2,152). Sum of RGB (Red+Green+Blue) = 101+2+152=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #650298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #650298 is #9AFD67. Grayscale: #303030. Windows color (decimal): -10157416 or 9962085. OLE color: 9962085.

HSL color Cylindrical-coordinate representation of color #650298: hue angle of 279.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #650298 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 101 2 152 -
CMYK 0.34 0.99 0 0.40
HSL 279.6º 0.97% 0.3% -
HSV(B) 279.6º 0.99% 0.6% -
XYZ 11.06 5.08 30.1 -
YUV 48.7 186.3 165.3 -
System Red Green Blue C M Y K H S L
Decimal 101 2 152 0.34 0.99 0 0.40 279.6 0.97 0.3
Hex 65 2 98 22 63 0 28 118 61 1E
Octal 145 2 230 42 143 0 50 430 141 36
Binary 1100101 10 10011000 100010 1100011 0 101000 100011000 1100001 11110

Color Harmonies of #650298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #650298

Black with #650298

Text Example


Text Example

White with #650298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #650298; }

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

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

background-color css

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

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

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

border-color css

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

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

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