Html Css Color HEX #65059D Indigo

📋 copy color: '#65059D'

red 101 ◦ green 5 ◦ blue 157

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

Shades of Indigo #65059D

Tints of Indigo #65059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 59.7%

R = 38.4%
G = 1.9%
B = 59.7%

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

#65059D (or 0x65059D) is known color: Indigo. HEX triplet: 65, 05 and 9D. RGB value is (101,5,157). Sum of RGB (Red+Green+Blue) = 101+5+157=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #65059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65059D is #9AFA62. Grayscale: #323232. Windows color (decimal): -10156643 or 10290533. OLE color: 10290533.

HSL color Cylindrical-coordinate representation of color #65059D: hue angle of 277.89º 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 #65059D is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 5 157 -
CMYK 0.36 0.97 0 0.38
HSL 277.89º 0.94% 0.32% -
HSV(B) 277.89º 0.97% 0.62% -
XYZ 11.51 5.31 32.32 -
YUV 51.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 101 5 157 0.36 0.97 0 0.38 277.89 0.94 0.32
Hex 65 5 9D 24 61 0 26 116 5E 20
Octal 145 5 235 44 141 0 46 426 136 40
Binary 1100101 101 10011101 100100 1100001 0 100110 100010110 1011110 100000

Color Harmonies of #65059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65059D

Black with #65059D

Text Example


Text Example

White with #65059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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