Html Css Color HEX #64008A Indigo

📋 copy color: '#64008A'

red 100 ◦ green 0 ◦ blue 138

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

Shades of Indigo #64008A

Tints of Indigo #64008A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.98%

R = 42.02%
G = 0%
B = 57.98%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64008A (or 0x64008A) is known color: Indigo. HEX triplet: 64, 00 and 8A. RGB value is (100,0,138). Sum of RGB (Red+Green+Blue) = 100+0+138=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 138 (54.30% from 255 or 57.98% from 238); Max value from RGB is 138 - color contains mainly: blue. Hex color #64008A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64008A is #9BFF75. Grayscale: #2D2D2D. Windows color (decimal): -10223478 or 9044068. OLE color: 9044068.

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

Color convert

RGB 100 0 138 -
CMYK 0.28 1 0 0.46
HSL 283.48º 1% 0.27% -
HSV(B) 283.48º 1% 0.54% -
XYZ 9.84 4.54 24.4 -
YUV 45.63 180.13 166.78 -
System Red Green Blue C M Y K H S L
Decimal 100 0 138 0.28 1 0 0.46 283.48 1 0.27
Hex 64 0 8A 1C 64 0 2E 11B 64 1B
Octal 144 0 212 34 144 0 56 433 144 33
Binary 1100100 0 10001010 11100 1100100 0 101110 100011011 1100100 11011

Color Harmonies of #64008A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64008A

Black with #64008A

Text Example


Text Example

White with #64008A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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