Html Css Color HEX #64018E Indigo

📋 copy color: '#64018E'

red 100 ◦ green 1 ◦ blue 142

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

Shades of Indigo #64018E

Tints of Indigo #64018E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 58.44%

R = 41.15%
G = 0.41%
B = 58.44%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64018E (or 0x64018E) is known color: Indigo. HEX triplet: 64, 01 and 8E. RGB value is (100,1,142). Sum of RGB (Red+Green+Blue) = 100+1+142=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 1 (0.78% from 255 or 0.41% from 243); Blue value is 142 (55.86% from 255 or 58.44% from 243); Max value from RGB is 142 - color contains mainly: blue. Hex color #64018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018E is #9BFE71. Grayscale: #2E2E2E. Windows color (decimal): -10223218 or 9306468. OLE color: 9306468.

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

Color convert

RGB 100 1 142 -
CMYK 0.30 0.99 0 0.44
HSL 282.13º 0.99% 0.28% -
HSV(B) 282.13º 0.99% 0.56% -
XYZ 10.15 4.68 25.96 -
YUV 46.68 181.8 166.04 -
System Red Green Blue C M Y K H S L
Decimal 100 1 142 0.30 0.99 0 0.44 282.13 0.99 0.28
Hex 64 1 8E 1E 63 0 2C 11A 63 1C
Octal 144 1 216 36 143 0 54 432 143 34
Binary 1100100 1 10001110 11110 1100011 0 101100 100011010 1100011 11100

Color Harmonies of #64018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64018E

Black with #64018E

Text Example


Text Example

White with #64018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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