Html Css Color HEX #64099F Indigo

📋 copy color: '#64099F'

red 100 ◦ green 9 ◦ blue 159

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

Shades of Indigo #64099F

Tints of Indigo #64099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.36%

 BLUE value IS 159 (62.5% from 255) = 59.33%

R = 37.31%
G = 3.36%
B = 59.33%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64099F (or 0x64099F) is known color: Indigo. HEX triplet: 64, 09 and 9F. RGB value is (100,9,159). Sum of RGB (Red+Green+Blue) = 100+9+159=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #64099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64099F is #9BF660. Grayscale: #343434. Windows color (decimal): -10221153 or 10422628. OLE color: 10422628.

HSL color Cylindrical-coordinate representation of color #64099F: hue angle of 276.4º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64099F is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 9 159 -
CMYK 0.37 0.94 0 0.38
HSL 276.4º 0.89% 0.33% -
HSV(B) 276.4º 0.94% 0.62% -
XYZ 11.61 5.41 33.23 -
YUV 53.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 100 9 159 0.37 0.94 0 0.38 276.4 0.89 0.33
Hex 64 9 9F 25 5E 0 26 114 59 21
Octal 144 11 237 45 136 0 46 424 131 41
Binary 1100100 1001 10011111 100101 1011110 0 100110 100010100 1011001 100001

Color Harmonies of #64099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64099F

Black with #64099F

Text Example


Text Example

White with #64099F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64099F; }

 p { color: rgb(100,9,159); }

 H1.HeaderClassName
 {
   color: #64099F;
 }
 .AnyTagClassName
 {
   color: #64099F;
 }
</style>

background-color css

<style>
 a { background-color: #64099F; }

 a { background-color: rgb(100,9,159); }

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

border-color css

<style>
 span { border-color: #64099F; }

 span { border-color: rgb(100,9,159); }

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