Html Css Color HEX #65019D Indigo

📋 copy color: '#65019D'

red 101 ◦ green 1 ◦ blue 157

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

Shades of Indigo #65019D

Tints of Indigo #65019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 39%
G = 0.39%
B = 60.62%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#65019D (or 0x65019D) is known color: Indigo. HEX triplet: 65, 01 and 9D. RGB value is (101,1,157). Sum of RGB (Red+Green+Blue) = 101+1+157=259 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.00% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #65019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #65019D is #9AFE62. Grayscale: #303030. Windows color (decimal): -10157667 or 10289509. OLE color: 10289509.

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

Color convert

RGB 101 1 157 -
CMYK 0.36 0.99 0 0.38
HSL 278.46º 0.99% 0.31% -
HSV(B) 278.46º 0.99% 0.62% -
XYZ 11.46 5.22 32.3 -
YUV 48.68 189.13 165.32 -
System Red Green Blue C M Y K H S L
Decimal 101 1 157 0.36 0.99 0 0.38 278.46 0.99 0.31
Hex 65 1 9D 24 63 0 26 116 63 1F
Octal 145 1 235 44 143 0 46 426 143 37
Binary 1100101 1 10011101 100100 1100011 0 100110 100010110 1100011 11111

Color Harmonies of #65019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65019D

Black with #65019D

Text Example


Text Example

White with #65019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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