Html Css Color HEX #65139E Indigo

📋 copy color: '#65139E'

red 101 ◦ green 19 ◦ blue 158

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

Shades of Indigo #65139E

Tints of Indigo #65139E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

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

R = 36.33%
G = 6.83%
B = 56.83%

CMYK

 C value IS 0.36

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65139E (or 0x65139E) is known color: Indigo. HEX triplet: 65, 13 and 9E. RGB value is (101,19,158). Sum of RGB (Red+Green+Blue) = 101+19+158=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #65139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65139E is #9AEC61. Grayscale: #3A3A3A. Windows color (decimal): -10153058 or 10359653. OLE color: 10359653.

HSL color Cylindrical-coordinate representation of color #65139E: hue angle of 275.4º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #65139E is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 19 158 -
CMYK 0.36 0.88 0 0.38
HSL 275.4º 0.79% 0.35% -
HSV(B) 275.4º 0.88% 0.62% -
XYZ 11.77 5.7 32.83 -
YUV 59.36 183.67 157.7 -
System Red Green Blue C M Y K H S L
Decimal 101 19 158 0.36 0.88 0 0.38 275.4 0.79 0.35
Hex 65 13 9E 24 58 0 26 113 4F 23
Octal 145 23 236 44 130 0 46 423 117 43
Binary 1100101 10011 10011110 100100 1011000 0 100110 100010011 1001111 100011

Color Harmonies of #65139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65139E

Black with #65139E

Text Example


Text Example

White with #65139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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