Html Css Color HEX #64039F Indigo

📋 copy color: '#64039F'

red 100 ◦ green 3 ◦ blue 159

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

Shades of Indigo #64039F

Tints of Indigo #64039F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 38.17%
G = 1.15%
B = 60.69%

CMYK

 C value IS 0.37

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64039F (or 0x64039F) is known color: Indigo. HEX triplet: 64, 03 and 9F. RGB value is (100,3,159). Sum of RGB (Red+Green+Blue) = 100+3+159=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #64039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64039F is #9BFC60. Grayscale: #313131. Windows color (decimal): -10222689 or 10421092. OLE color: 10421092.

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

Color convert

RGB 100 3 159 -
CMYK 0.37 0.98 0 0.38
HSL 277.31º 0.96% 0.32% -
HSV(B) 277.31º 0.98% 0.62% -
XYZ 11.55 5.28 33.21 -
YUV 49.79 189.64 163.82 -
System Red Green Blue C M Y K H S L
Decimal 100 3 159 0.37 0.98 0 0.38 277.31 0.96 0.32
Hex 64 3 9F 25 62 0 26 115 60 20
Octal 144 3 237 45 142 0 46 425 140 40
Binary 1100100 11 10011111 100101 1100010 0 100110 100010101 1100000 100000

Color Harmonies of #64039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64039F

Black with #64039F

Text Example


Text Example

White with #64039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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