Html Css Color HEX #64028B Indigo

📋 copy color: '#64028B'

red 100 ◦ green 2 ◦ blue 139

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

Shades of Indigo #64028B

Tints of Indigo #64028B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 41.49%
G = 0.83%
B = 57.68%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64028B (or 0x64028B) is known color: Indigo. HEX triplet: 64, 02 and 8B. RGB value is (100,2,139). Sum of RGB (Red+Green+Blue) = 100+2+139=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #64028B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64028B is #9BFD74. Grayscale: #2E2E2E. Windows color (decimal): -10222965 or 9110116. OLE color: 9110116.

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

Color convert

RGB 100 2 139 -
CMYK 0.28 0.99 0 0.45
HSL 282.92º 0.97% 0.28% -
HSV(B) 282.92º 0.99% 0.55% -
XYZ 9.94 4.62 24.79 -
YUV 46.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 100 2 139 0.28 0.99 0 0.45 282.92 0.97 0.28
Hex 64 2 8B 1C 63 0 2D 11B 61 1C
Octal 144 2 213 34 143 0 55 433 141 34
Binary 1100100 10 10001011 11100 1100011 0 101101 100011011 1100001 11100

Color Harmonies of #64028B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64028B

Black with #64028B

Text Example


Text Example

White with #64028B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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