Html Css Color HEX #64019F Indigo

📋 copy color: '#64019F'

red 100 ◦ green 1 ◦ blue 159

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

Shades of Indigo #64019F

Tints of Indigo #64019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 38.46%
G = 0.38%
B = 61.15%

CMYK

 C value IS 0.37

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64019F (or 0x64019F) is known color: Indigo. HEX triplet: 64, 01 and 9F. RGB value is (100,1,159). Sum of RGB (Red+Green+Blue) = 100+1+159=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #64019F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64019F is #9BFE60. Grayscale: #303030. Windows color (decimal): -10223201 or 10420580. OLE color: 10420580.

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

Color convert

RGB 100 1 159 -
CMYK 0.37 0.99 0 0.38
HSL 277.59º 0.99% 0.31% -
HSV(B) 277.59º 0.99% 0.62% -
XYZ 11.52 5.23 33.2 -
YUV 48.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 100 1 159 0.37 0.99 0 0.38 277.59 0.99 0.31
Hex 64 1 9F 25 63 0 26 116 63 1F
Octal 144 1 237 45 143 0 46 426 143 37
Binary 1100100 1 10011111 100101 1100011 0 100110 100010110 1100011 11111

Color Harmonies of #64019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64019F

Black with #64019F

Text Example


Text Example

White with #64019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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