Html Css Color HEX #64018D Indigo

📋 copy color: '#64018D'

red 100 ◦ green 1 ◦ blue 141

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

Shades of Indigo #64018D

Tints of Indigo #64018D

RGB

 RED value IS 100 (39.45% from 255) = 41.32%

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

 BLUE value IS 141 (55.47% from 255) = 58.26%

R = 41.32%
G = 0.41%
B = 58.26%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64018D (or 0x64018D) is known color: Indigo. HEX triplet: 64, 01 and 8D. RGB value is (100,1,141). Sum of RGB (Red+Green+Blue) = 100+1+141=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 141 (55.47% from 255 or 58.26% from 242); Max value from RGB is 141 - color contains mainly: blue. Hex color #64018D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018D is #9BFE72. Grayscale: #2E2E2E. Windows color (decimal): -10223219 or 9240932. OLE color: 9240932.

HSL color Cylindrical-coordinate representation of color #64018D: hue angle of 282.43º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64018D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 1 141 -
CMYK 0.29 0.99 0 0.45
HSL 282.43º 0.99% 0.28% -
HSV(B) 282.43º 0.99% 0.55% -
XYZ 10.07 4.65 25.57 -
YUV 46.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 100 1 141 0.29 0.99 0 0.45 282.43 0.99 0.28
Hex 64 1 8D 1D 63 0 2D 11A 63 1C
Octal 144 1 215 35 143 0 55 432 143 34
Binary 1100100 1 10001101 11101 1100011 0 101101 100011010 1100011 11100

Color Harmonies of #64018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64018D

Black with #64018D

Text Example


Text Example

White with #64018D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,1,141); }

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

background-color css

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

 a { background-color: rgb(100,1,141); }

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

border-color css

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

 span { border-color: rgb(100,1,141); }

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