Html Css Color HEX #65059E Indigo

📋 copy color: '#65059E'

red 101 ◦ green 5 ◦ blue 158

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

Shades of Indigo #65059E

Tints of Indigo #65059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.85%

R = 38.26%
G = 1.89%
B = 59.85%

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

#65059E (or 0x65059E) is known color: Indigo. HEX triplet: 65, 05 and 9E. RGB value is (101,5,158). Sum of RGB (Red+Green+Blue) = 101+5+158=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #65059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65059E is #9AFA61. Grayscale: #323232. Windows color (decimal): -10156642 or 10356069. OLE color: 10356069.

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

Color convert

RGB 101 5 158 -
CMYK 0.36 0.97 0 0.38
HSL 277.65º 0.94% 0.32% -
HSV(B) 277.65º 0.97% 0.62% -
XYZ 11.59 5.34 32.77 -
YUV 51.15 188.3 163.56 -
System Red Green Blue C M Y K H S L
Decimal 101 5 158 0.36 0.97 0 0.38 277.65 0.94 0.32
Hex 65 5 9E 24 61 0 26 116 5E 20
Octal 145 5 236 44 141 0 46 426 136 40
Binary 1100101 101 10011110 100100 1100001 0 100110 100010110 1011110 100000

Color Harmonies of #65059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65059E

Black with #65059E

Text Example


Text Example

White with #65059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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