Html Css Color HEX #64078B Indigo

📋 copy color: '#64078B'

red 100 ◦ green 7 ◦ blue 139

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

Shades of Indigo #64078B

Tints of Indigo #64078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 40.65%
G = 2.85%
B = 56.5%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64078B (or 0x64078B) is known color: Indigo. HEX triplet: 64, 07 and 8B. RGB value is (100,7,139). Sum of RGB (Red+Green+Blue) = 100+7+139=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #64078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64078B is #9BF874. Grayscale: #313131. Windows color (decimal): -10221685 or 9111396. OLE color: 9111396.

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

Color convert

RGB 100 7 139 -
CMYK 0.28 0.95 0 0.45
HSL 282.27º 0.9% 0.29% -
HSV(B) 282.27º 0.95% 0.55% -
XYZ 9.99 4.73 24.81 -
YUV 49.86 178.31 163.77 -
System Red Green Blue C M Y K H S L
Decimal 100 7 139 0.28 0.95 0 0.45 282.27 0.9 0.29
Hex 64 7 8B 1C 5F 0 2D 11A 5A 1D
Octal 144 7 213 34 137 0 55 432 132 35
Binary 1100100 111 10001011 11100 1011111 0 101101 100011010 1011010 11101

Color Harmonies of #64078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64078B

Black with #64078B

Text Example


Text Example

White with #64078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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