Html Css Color HEX #64018F Indigo

📋 copy color: '#64018F'

red 100 ◦ green 1 ◦ blue 143

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

Shades of Indigo #64018F

Tints of Indigo #64018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.61%

R = 40.98%
G = 0.41%
B = 58.61%

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

#64018F (or 0x64018F) is known color: Indigo. HEX triplet: 64, 01 and 8F. RGB value is (100,1,143). Sum of RGB (Red+Green+Blue) = 100+1+143=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 143 (56.25% from 255 or 58.61% from 244); Max value from RGB is 143 - color contains mainly: blue. Hex color #64018F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018F is #9BFE70. Grayscale: #2E2E2E. Windows color (decimal): -10223217 or 9372004. OLE color: 9372004.

HSL color Cylindrical-coordinate representation of color #64018F: hue angle of 281.83º 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 #64018F is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 1 143 -
CMYK 0.30 0.99 0 0.44
HSL 281.83º 0.99% 0.28% -
HSV(B) 281.83º 0.99% 0.56% -
XYZ 10.22 4.71 26.36 -
YUV 46.79 182.3 165.95 -
System Red Green Blue C M Y K H S L
Decimal 100 1 143 0.30 0.99 0 0.44 281.83 0.99 0.28
Hex 64 1 8F 1E 63 0 2C 11A 63 1C
Octal 144 1 217 36 143 0 54 432 143 34
Binary 1100100 1 10001111 11110 1100011 0 101100 100011010 1100011 11100

Color Harmonies of #64018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64018F

Black with #64018F

Text Example


Text Example

White with #64018F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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