Html Css Color HEX #65149D Indigo

📋 copy color: '#65149D'

red 101 ◦ green 20 ◦ blue 157

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

Shades of Indigo #65149D

Tints of Indigo #65149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.19%

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

R = 36.33%
G = 7.19%
B = 56.47%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65149D (or 0x65149D) is known color: Indigo. HEX triplet: 65, 14 and 9D. RGB value is (101,20,157). Sum of RGB (Red+Green+Blue) = 101+20+157=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 20 (8.20% from 255 or 7.19% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #65149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65149D is #9AEB62. Grayscale: #3B3B3B. Windows color (decimal): -10152803 or 10294373. OLE color: 10294373.

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

Color convert

RGB 101 20 157 -
CMYK 0.36 0.87 0 0.38
HSL 275.47º 0.77% 0.35% -
HSV(B) 275.47º 0.87% 0.62% -
XYZ 11.7 5.7 32.38 -
YUV 59.84 182.84 157.36 -
System Red Green Blue C M Y K H S L
Decimal 101 20 157 0.36 0.87 0 0.38 275.47 0.77 0.35
Hex 65 14 9D 24 57 0 26 113 4D 23
Octal 145 24 235 44 127 0 46 423 115 43
Binary 1100101 10100 10011101 100100 1010111 0 100110 100010011 1001101 100011

Color Harmonies of #65149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65149D

Black with #65149D

Text Example


Text Example

White with #65149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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