Html Css Color HEX #64178B Indigo

📋 copy color: '#64178B'

red 100 ◦ green 23 ◦ blue 139

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

Shades of Indigo #64178B

Tints of Indigo #64178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.78%

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

R = 38.17%
G = 8.78%
B = 53.05%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64178B (or 0x64178B) is known color: Indigo. HEX triplet: 64, 17 and 8B. RGB value is (100,23,139). Sum of RGB (Red+Green+Blue) = 100+23+139=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 139 (54.69% from 255 or 53.05% from 262); Max value from RGB is 139 - color contains mainly: blue. Hex color #64178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64178B is #9BE874. Grayscale: #3A3A3A. Windows color (decimal): -10217589 or 9115492. OLE color: 9115492.

HSL color Cylindrical-coordinate representation of color #64178B: hue angle of 279.83º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64178B is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 23 139 -
CMYK 0.28 0.83 0 0.45
HSL 279.83º 0.72% 0.32% -
HSV(B) 279.83º 0.83% 0.55% -
XYZ 10.22 5.19 24.89 -
YUV 59.25 173.01 157.07 -
System Red Green Blue C M Y K H S L
Decimal 100 23 139 0.28 0.83 0 0.45 279.83 0.72 0.32
Hex 64 17 8B 1C 53 0 2D 118 48 20
Octal 144 27 213 34 123 0 55 430 110 40
Binary 1100100 10111 10001011 11100 1010011 0 101101 100011000 1001000 100000

Color Harmonies of #64178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64178B

Black with #64178B

Text Example


Text Example

White with #64178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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