Html Css Color HEX #65049E Indigo

📋 copy color: '#65049E'

red 101 ◦ green 4 ◦ blue 158

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

Shades of Indigo #65049E

Tints of Indigo #65049E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 38.4%
G = 1.52%
B = 60.08%

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

#65049E (or 0x65049E) is known color: Indigo. HEX triplet: 65, 04 and 9E. RGB value is (101,4,158). Sum of RGB (Red+Green+Blue) = 101+4+158=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 158 (62.11% from 255 or 60.08% from 263); Max value from RGB is 158 - color contains mainly: blue. Hex color #65049E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65049E is #9AFB61. Grayscale: #323232. Windows color (decimal): -10156898 or 10355813. OLE color: 10355813.

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

Color convert

RGB 101 4 158 -
CMYK 0.36 0.97 0 0.38
HSL 277.79º 0.95% 0.32% -
HSV(B) 277.79º 0.97% 0.62% -
XYZ 11.58 5.32 32.76 -
YUV 50.56 188.64 163.98 -
System Red Green Blue C M Y K H S L
Decimal 101 4 158 0.36 0.97 0 0.38 277.79 0.95 0.32
Hex 65 4 9E 24 61 0 26 116 5F 20
Octal 145 4 236 44 141 0 46 426 137 40
Binary 1100101 100 10011110 100100 1100001 0 100110 100010110 1011111 100000

Color Harmonies of #65049E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65049E

Black with #65049E

Text Example


Text Example

White with #65049E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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