Html Css Color HEX #64019C Indigo

📋 copy color: '#64019C'

red 100 ◦ green 1 ◦ blue 156

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

Shades of Indigo #64019C

Tints of Indigo #64019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60.7%

R = 38.91%
G = 0.39%
B = 60.7%

CMYK

 C value IS 0.36

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64019C (or 0x64019C) is known color: Indigo. HEX triplet: 64, 01 and 9C. RGB value is (100,1,156). Sum of RGB (Red+Green+Blue) = 100+1+156=257 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.91% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 156 (61.33% from 255 or 60.70% from 257); Max value from RGB is 156 - color contains mainly: blue. Hex color #64019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64019C is #9BFE63. Grayscale: #2F2F2F. Windows color (decimal): -10223204 or 10223972. OLE color: 10223972.

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

Color convert

RGB 100 1 156 -
CMYK 0.36 0.99 0 0.39
HSL 278.32º 0.99% 0.31% -
HSV(B) 278.32º 0.99% 0.61% -
XYZ 11.27 5.13 31.85 -
YUV 48.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 100 1 156 0.36 0.99 0 0.39 278.32 0.99 0.31
Hex 64 1 9C 24 63 0 27 116 63 1F
Octal 144 1 234 44 143 0 47 426 143 37
Binary 1100100 1 10011100 100100 1100011 0 100111 100010110 1100011 11111

Color Harmonies of #64019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64019C

Black with #64019C

Text Example


Text Example

White with #64019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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