Html Css Color HEX #65059F Indigo

📋 copy color: '#65059F'

red 101 ◦ green 5 ◦ blue 159

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

Shades of Indigo #65059F

Tints of Indigo #65059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

 BLUE value IS 159 (62.5% from 255) = 60%

R = 38.11%
G = 1.89%
B = 60%

CMYK

 C value IS 0.36

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65059F (or 0x65059F) is known color: Indigo. HEX triplet: 65, 05 and 9F. RGB value is (101,5,159). Sum of RGB (Red+Green+Blue) = 101+5+159=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #65059F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65059F is #9AFA60. Grayscale: #323232. Windows color (decimal): -10156641 or 10421605. OLE color: 10421605.

HSL color Cylindrical-coordinate representation of color #65059F: hue angle of 277.4º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65059F is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 5 159 -
CMYK 0.36 0.97 0 0.38
HSL 277.4º 0.94% 0.32% -
HSV(B) 277.4º 0.97% 0.62% -
XYZ 11.68 5.38 33.22 -
YUV 51.26 188.8 163.48 -
System Red Green Blue C M Y K H S L
Decimal 101 5 159 0.36 0.97 0 0.38 277.4 0.94 0.32
Hex 65 5 9F 24 61 0 26 115 5E 20
Octal 145 5 237 44 141 0 46 425 136 40
Binary 1100101 101 10011111 100100 1100001 0 100110 100010101 1011110 100000

Color Harmonies of #65059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65059F

Black with #65059F

Text Example


Text Example

White with #65059F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65059F; }

 p { color: rgb(101,5,159); }

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

background-color css

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

 a { background-color: rgb(101,5,159); }

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

border-color css

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

 span { border-color: rgb(101,5,159); }

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