Html Css Color HEX #64028A Indigo

📋 copy color: '#64028A'

red 100 ◦ green 2 ◦ blue 138

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

Shades of Indigo #64028A

Tints of Indigo #64028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 41.67%
G = 0.83%
B = 57.5%

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

#64028A (or 0x64028A) is known color: Indigo. HEX triplet: 64, 02 and 8A. RGB value is (100,2,138). Sum of RGB (Red+Green+Blue) = 100+2+138=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #64028A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028A is #9BFD75. Grayscale: #2E2E2E. Windows color (decimal): -10222966 or 9044580. OLE color: 9044580.

HSL color Cylindrical-coordinate representation of color #64028A: hue angle of 283.24º degrees, saturation: 0.97, 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 #64028A is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 2 138 -
CMYK 0.28 0.99 0 0.46
HSL 283.24º 0.97% 0.27% -
HSV(B) 283.24º 0.99% 0.54% -
XYZ 9.86 4.59 24.41 -
YUV 46.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 100 2 138 0.28 0.99 0 0.46 283.24 0.97 0.27
Hex 64 2 8A 1C 63 0 2E 11B 61 1B
Octal 144 2 212 34 143 0 56 433 141 33
Binary 1100100 10 10001010 11100 1100011 0 101110 100011011 1100001 11011

Color Harmonies of #64028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64028A

Black with #64028A

Text Example


Text Example

White with #64028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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