Html Css Color HEX #65057F Indigo

📋 copy color: '#65057F'

red 101 ◦ green 5 ◦ blue 127

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

Shades of Indigo #65057F

Tints of Indigo #65057F

RGB

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

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

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

R = 43.35%
G = 2.15%
B = 54.51%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#65057F (or 0x65057F) is known color: Indigo. HEX triplet: 65, 05 and 7F. RGB value is (101,5,127). Sum of RGB (Red+Green+Blue) = 101+5+127=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 127 (50% from 255 or 54.51% from 233); Max value from RGB is 127 - color contains mainly: blue. Hex color #65057F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65057F is #9AFA80. Grayscale: #2F2F2F. Windows color (decimal): -10156673 or 8324453. OLE color: 8324453.

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

Color convert

RGB 101 5 127 -
CMYK 0.20 0.96 0 0.50
HSL 287.21º 0.92% 0.26% -
HSV(B) 287.21º 0.96% 0.5% -
XYZ 9.25 4.41 20.44 -
YUV 47.61 172.8 166.08 -
System Red Green Blue C M Y K H S L
Decimal 101 5 127 0.20 0.96 0 0.50 287.21 0.92 0.26
Hex 65 5 7F 14 60 0 32 11F 5C 1A
Octal 145 5 177 24 140 0 62 437 134 32
Binary 1100101 101 1111111 10100 1100000 0 110010 100011111 1011100 11010

Color Harmonies of #65057F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65057F

Black with #65057F

Text Example


Text Example

White with #65057F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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