Html Css Color HEX #65137F Indigo

📋 copy color: '#65137F'

red 101 ◦ green 19 ◦ blue 127

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

Shades of Indigo #65137F

Tints of Indigo #65137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 51.42%

R = 40.89%
G = 7.69%
B = 51.42%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65137F (or 0x65137F) is known color: Indigo. HEX triplet: 65, 13 and 7F. RGB value is (101,19,127). Sum of RGB (Red+Green+Blue) = 101+19+127=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 19 (7.81% from 255 or 7.69% from 247); Blue value is 127 (50% from 255 or 51.42% from 247); Max value from RGB is 127 - color contains mainly: blue. Hex color #65137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65137F is #9AEC80. Grayscale: #373737. Windows color (decimal): -10153089 or 8328037. OLE color: 8328037.

HSL color Cylindrical-coordinate representation of color #65137F: hue angle of 285.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #65137F is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 101 19 127 -
CMYK 0.20 0.85 0 0.50
HSL 285.56º 0.74% 0.29% -
HSV(B) 285.56º 0.85% 0.5% -
XYZ 9.43 4.76 20.5 -
YUV 55.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 101 19 127 0.20 0.85 0 0.50 285.56 0.74 0.29
Hex 65 13 7F 14 55 0 32 11E 4A 1D
Octal 145 23 177 24 125 0 62 436 112 35
Binary 1100101 10011 1111111 10100 1010101 0 110010 100011110 1001010 11101

Color Harmonies of #65137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65137F

Black with #65137F

Text Example


Text Example

White with #65137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65137F; }

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

 H1.HeaderClassName
 {
   color: #65137F;
 }
 .AnyTagClassName
 {
   color: #65137F;
 }
</style>

background-color css

<style>
 a { background-color: #65137F; }

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

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

border-color css

<style>
 span { border-color: #65137F; }

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

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