Html Css Color HEX #640F7B Indigo

📋 copy color: '#640F7B'

red 100 ◦ green 15 ◦ blue 123

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

Shades of Indigo #640F7B

Tints of Indigo #640F7B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.3%

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 42.02%
G = 6.3%
B = 51.68%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#640F7B (or 0x640F7B) is known color: Indigo. HEX triplet: 64, 0F and 7B. RGB value is (100,15,123). Sum of RGB (Red+Green+Blue) = 100+15+123=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 15 (6.25% from 255 or 6.30% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #640F7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F7B is #9BF084. Grayscale: #343434. Windows color (decimal): -10219653 or 8064868. OLE color: 8064868.

HSL color Cylindrical-coordinate representation of color #640F7B: hue angle of 287.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640F7B is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 100 15 123 -
CMYK 0.19 0.88 0 0.52
HSL 287.22º 0.78% 0.27% -
HSV(B) 287.22º 0.88% 0.48% -
XYZ 9 4.48 19.13 -
YUV 52.73 167.66 161.72 -
System Red Green Blue C M Y K H S L
Decimal 100 15 123 0.19 0.88 0 0.52 287.22 0.78 0.27
Hex 64 F 7B 13 58 0 34 11F 4E 1B
Octal 144 17 173 23 130 0 64 437 116 33
Binary 1100100 1111 1111011 10011 1011000 0 110100 100011111 1001110 11011

Color Harmonies of #640F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640F7B

Black with #640F7B

Text Example


Text Example

White with #640F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640F7B; }

 p { color: rgb(100,15,123); }

 H1.HeaderClassName
 {
   color: #640F7B;
 }
 .AnyTagClassName
 {
   color: #640F7B;
 }
</style>

background-color css

<style>
 a { background-color: #640F7B; }

 a { background-color: rgb(100,15,123); }

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

border-color css

<style>
 span { border-color: #640F7B; }

 span { border-color: rgb(100,15,123); }

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