Html Css Color HEX #65039F Indigo

📋 copy color: '#65039F'

red 101 ◦ green 3 ◦ blue 159

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

Shades of Indigo #65039F

Tints of Indigo #65039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.46%

R = 38.4%
G = 1.14%
B = 60.46%

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

#65039F (or 0x65039F) is known color: Indigo. HEX triplet: 65, 03 and 9F. RGB value is (101,3,159). Sum of RGB (Red+Green+Blue) = 101+3+159=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 159 (62.5% from 255 or 60.46% from 263); Max value from RGB is 159 - color contains mainly: blue. Hex color #65039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65039F is #9AFC60. Grayscale: #313131. Windows color (decimal): -10157153 or 10421093. OLE color: 10421093.

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

Color convert

RGB 101 3 159 -
CMYK 0.36 0.98 0 0.38
HSL 277.69º 0.96% 0.32% -
HSV(B) 277.69º 0.98% 0.62% -
XYZ 11.66 5.34 33.22 -
YUV 50.09 189.47 164.32 -
System Red Green Blue C M Y K H S L
Decimal 101 3 159 0.36 0.98 0 0.38 277.69 0.96 0.32
Hex 65 3 9F 24 62 0 26 116 60 20
Octal 145 3 237 44 142 0 46 426 140 40
Binary 1100101 11 10011111 100100 1100010 0 100110 100010110 1100000 100000

Color Harmonies of #65039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65039F

Black with #65039F

Text Example


Text Example

White with #65039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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