Html Css Color HEX #64028C Indigo

📋 copy color: '#64028C'

red 100 ◦ green 2 ◦ blue 140

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

Shades of Indigo #64028C

Tints of Indigo #64028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 41.32%
G = 0.83%
B = 57.85%

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

#64028C (or 0x64028C) is known color: Indigo. HEX triplet: 64, 02 and 8C. RGB value is (100,2,140). Sum of RGB (Red+Green+Blue) = 100+2+140=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #64028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028C is #9BFD73. Grayscale: #2E2E2E. Windows color (decimal): -10222964 or 9175652. OLE color: 9175652.

HSL color Cylindrical-coordinate representation of color #64028C: hue angle of 282.61º 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 #64028C is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 2 140 -
CMYK 0.29 0.99 0 0.45
HSL 282.61º 0.97% 0.28% -
HSV(B) 282.61º 0.99% 0.55% -
XYZ 10.01 4.65 25.18 -
YUV 47.03 180.47 165.78 -
System Red Green Blue C M Y K H S L
Decimal 100 2 140 0.29 0.99 0 0.45 282.61 0.97 0.28
Hex 64 2 8C 1D 63 0 2D 11B 61 1C
Octal 144 2 214 35 143 0 55 433 141 34
Binary 1100100 10 10001100 11101 1100011 0 101101 100011011 1100001 11100

Color Harmonies of #64028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64028C

Black with #64028C

Text Example


Text Example

White with #64028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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