Html Css Color HEX #64078A Indigo

📋 copy color: '#64078A'

red 100 ◦ green 7 ◦ blue 138

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

Shades of Indigo #64078A

Tints of Indigo #64078A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 56.33%

R = 40.82%
G = 2.86%
B = 56.33%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#64078A (or 0x64078A) is known color: Indigo. HEX triplet: 64, 07 and 8A. RGB value is (100,7,138). Sum of RGB (Red+Green+Blue) = 100+7+138=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #64078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64078A is #9BF875. Grayscale: #313131. Windows color (decimal): -10221686 or 9045860. OLE color: 9045860.

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

Color convert

RGB 100 7 138 -
CMYK 0.28 0.95 0 0.46
HSL 282.6º 0.9% 0.28% -
HSV(B) 282.6º 0.95% 0.54% -
XYZ 9.92 4.7 24.43 -
YUV 49.74 177.81 163.85 -
System Red Green Blue C M Y K H S L
Decimal 100 7 138 0.28 0.95 0 0.46 282.6 0.9 0.28
Hex 64 7 8A 1C 5F 0 2E 11B 5A 1C
Octal 144 7 212 34 137 0 56 433 132 34
Binary 1100100 111 10001010 11100 1011111 0 101110 100011011 1011010 11100

Color Harmonies of #64078A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64078A

Black with #64078A

Text Example


Text Example

White with #64078A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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