Html Css Color HEX #64018A Indigo

📋 copy color: '#64018A'

red 100 ◦ green 1 ◦ blue 138

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

Shades of Indigo #64018A

Tints of Indigo #64018A

RGB

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

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

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

R = 41.84%
G = 0.42%
B = 57.74%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64018A (or 0x64018A) is known color: Indigo. HEX triplet: 64, 01 and 8A. RGB value is (100,1,138). Sum of RGB (Red+Green+Blue) = 100+1+138=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 138 (54.30% from 255 or 57.74% from 239); Max value from RGB is 138 - color contains mainly: blue. Hex color #64018A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64018A is #9BFE75. Grayscale: #2D2D2D. Windows color (decimal): -10223222 or 9044324. OLE color: 9044324.

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

Color convert

RGB 100 1 138 -
CMYK 0.28 0.99 0 0.46
HSL 283.36º 0.99% 0.27% -
HSV(B) 283.36º 0.99% 0.54% -
XYZ 9.85 4.57 24.41 -
YUV 46.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 100 1 138 0.28 0.99 0 0.46 283.36 0.99 0.27
Hex 64 1 8A 1C 63 0 2E 11B 63 1B
Octal 144 1 212 34 143 0 56 433 143 33
Binary 1100100 1 10001010 11100 1100011 0 101110 100011011 1100011 11011

Color Harmonies of #64018A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64018A

Black with #64018A

Text Example


Text Example

White with #64018A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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