Html Css Color HEX #65047E Indigo

📋 copy color: '#65047E'

red 101 ◦ green 4 ◦ blue 126

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

Shades of Indigo #65047E

Tints of Indigo #65047E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 43.72%
G = 1.73%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#65047E (or 0x65047E) is known color: Indigo. HEX triplet: 65, 04 and 7E. RGB value is (101,4,126). Sum of RGB (Red+Green+Blue) = 101+4+126=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 4 (1.95% from 255 or 1.73% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #65047E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65047E is #9AFB81. Grayscale: #2E2E2E. Windows color (decimal): -10156930 or 8258661. OLE color: 8258661.

HSL color Cylindrical-coordinate representation of color #65047E: hue angle of 287.7º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65047E is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 101 4 126 -
CMYK 0.20 0.97 0 0.51
HSL 287.7º 0.94% 0.25% -
HSV(B) 287.7º 0.97% 0.49% -
XYZ 9.18 4.36 20.1 -
YUV 46.91 172.64 166.58 -
System Red Green Blue C M Y K H S L
Decimal 101 4 126 0.20 0.97 0 0.51 287.7 0.94 0.25
Hex 65 4 7E 14 61 0 33 120 5E 19
Octal 145 4 176 24 141 0 63 440 136 31
Binary 1100101 100 1111110 10100 1100001 0 110011 100100000 1011110 11001

Color Harmonies of #65047E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65047E

Black with #65047E

Text Example


Text Example

White with #65047E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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