Html Css Color HEX #64067C Indigo

📋 copy color: '#64067C'

red 100 ◦ green 6 ◦ blue 124

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

Shades of Indigo #64067C

Tints of Indigo #64067C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.61%

 BLUE value IS 124 (48.83% from 255) = 53.91%

R = 43.48%
G = 2.61%
B = 53.91%

CMYK

 C value IS 0.19

 M value IS 0.95

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64067C (or 0x64067C) is known color: Indigo. HEX triplet: 64, 06 and 7C. RGB value is (100,6,124). Sum of RGB (Red+Green+Blue) = 100+6+124=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 124 (48.83% from 255 or 53.91% from 230); Max value from RGB is 124 - color contains mainly: blue. Hex color #64067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64067C is #9BF983. Grayscale: #2F2F2F. Windows color (decimal): -10221956 or 8128100. OLE color: 8128100.

HSL color Cylindrical-coordinate representation of color #64067C: hue angle of 287.8º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64067C is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 6 124 -
CMYK 0.19 0.95 0 0.51
HSL 287.8º 0.91% 0.25% -
HSV(B) 287.8º 0.95% 0.49% -
XYZ 8.96 4.29 19.43 -
YUV 47.56 171.14 165.41 -
System Red Green Blue C M Y K H S L
Decimal 100 6 124 0.19 0.95 0 0.51 287.8 0.91 0.25
Hex 64 6 7C 13 5F 0 33 120 5B 19
Octal 144 6 174 23 137 0 63 440 133 31
Binary 1100100 110 1111100 10011 1011111 0 110011 100100000 1011011 11001

Color Harmonies of #64067C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64067C

Black with #64067C

Text Example


Text Example

White with #64067C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,6,124); }

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

background-color css

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

 a { background-color: rgb(100,6,124); }

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

border-color css

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

 span { border-color: rgb(100,6,124); }

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