Html Css Color HEX #64008F Indigo

📋 copy color: '#64008F'

red 100 ◦ green 0 ◦ blue 143

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

Shades of Indigo #64008F

Tints of Indigo #64008F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 41.15%
G = 0%
B = 58.85%

CMYK

 C value IS 0.30

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64008F (or 0x64008F) is known color: Indigo. HEX triplet: 64, 00 and 8F. RGB value is (100,0,143). Sum of RGB (Red+Green+Blue) = 100+0+143=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 143 (56.25% from 255 or 58.85% from 243); Max value from RGB is 143 - color contains mainly: blue. Hex color #64008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64008F is #9BFF70. Grayscale: #2D2D2D. Windows color (decimal): -10223473 or 9371748. OLE color: 9371748.

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

Color convert

RGB 100 0 143 -
CMYK 0.30 1 0 0.44
HSL 281.96º 1% 0.28% -
HSV(B) 281.96º 1% 0.56% -
XYZ 10.21 4.69 26.35 -
YUV 46.2 182.63 166.37 -
System Red Green Blue C M Y K H S L
Decimal 100 0 143 0.30 1 0 0.44 281.96 1 0.28
Hex 64 0 8F 1E 64 0 2C 11A 64 1C
Octal 144 0 217 36 144 0 54 432 144 34
Binary 1100100 0 10001111 11110 1100100 0 101100 100011010 1100100 11100

Color Harmonies of #64008F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64008F

Black with #64008F

Text Example


Text Example

White with #64008F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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