Html Css Color HEX #64028D Indigo

📋 copy color: '#64028D'

red 100 ◦ green 2 ◦ blue 141

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

Shades of Indigo #64028D

Tints of Indigo #64028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 41.15%
G = 0.82%
B = 58.02%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64028D (or 0x64028D) is known color: Indigo. HEX triplet: 64, 02 and 8D. RGB value is (100,2,141). Sum of RGB (Red+Green+Blue) = 100+2+141=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #64028D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028D is #9BFD72. Grayscale: #2E2E2E. Windows color (decimal): -10222963 or 9241188. OLE color: 9241188.

HSL color Cylindrical-coordinate representation of color #64028D: hue angle of 282.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #64028D is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 2 141 -
CMYK 0.29 0.99 0 0.45
HSL 282.3º 0.97% 0.28% -
HSV(B) 282.3º 0.99% 0.55% -
XYZ 10.08 4.68 25.57 -
YUV 47.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 100 2 141 0.29 0.99 0 0.45 282.3 0.97 0.28
Hex 64 2 8D 1D 63 0 2D 11A 61 1C
Octal 144 2 215 35 143 0 55 432 141 34
Binary 1100100 10 10001101 11101 1100011 0 101101 100011010 1100001 11100

Color Harmonies of #64028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64028D

Black with #64028D

Text Example


Text Example

White with #64028D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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