Html Css Color HEX #65039D Indigo

📋 copy color: '#65039D'

red 101 ◦ green 3 ◦ blue 157

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

Shades of Indigo #65039D

Tints of Indigo #65039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 38.7%
G = 1.15%
B = 60.15%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65039D (or 0x65039D) is known color: Indigo. HEX triplet: 65, 03 and 9D. RGB value is (101,3,157). Sum of RGB (Red+Green+Blue) = 101+3+157=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 157 (61.72% from 255 or 60.15% from 261); Max value from RGB is 157 - color contains mainly: blue. Hex color #65039D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65039D is #9AFC62. Grayscale: #313131. Windows color (decimal): -10157155 or 10290021. OLE color: 10290021.

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

Color convert

RGB 101 3 157 -
CMYK 0.36 0.98 0 0.38
HSL 278.18º 0.96% 0.31% -
HSV(B) 278.18º 0.98% 0.62% -
XYZ 11.49 5.27 32.31 -
YUV 49.86 188.47 164.48 -
System Red Green Blue C M Y K H S L
Decimal 101 3 157 0.36 0.98 0 0.38 278.18 0.96 0.31
Hex 65 3 9D 24 62 0 26 116 60 1F
Octal 145 3 235 44 142 0 46 426 140 37
Binary 1100101 11 10011101 100100 1100010 0 100110 100010110 1100000 11111

Color Harmonies of #65039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65039D

Black with #65039D

Text Example


Text Example

White with #65039D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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