Html Css Color HEX #64099C Indigo

📋 copy color: '#64099C'

red 100 ◦ green 9 ◦ blue 156

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

Shades of Indigo #64099C

Tints of Indigo #64099C

RGB

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

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

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

R = 37.74%
G = 3.4%
B = 58.87%

CMYK

 C value IS 0.36

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64099C (or 0x64099C) is known color: Indigo. HEX triplet: 64, 09 and 9C. RGB value is (100,9,156). Sum of RGB (Red+Green+Blue) = 100+9+156=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 9 (3.91% from 255 or 3.40% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #64099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64099C is #9BF663. Grayscale: #343434. Windows color (decimal): -10221156 or 10226020. OLE color: 10226020.

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

Color convert

RGB 100 9 156 -
CMYK 0.36 0.94 0 0.39
HSL 277.14º 0.89% 0.32% -
HSV(B) 277.14º 0.94% 0.61% -
XYZ 11.35 5.31 31.88 -
YUV 52.97 186.15 161.55 -
System Red Green Blue C M Y K H S L
Decimal 100 9 156 0.36 0.94 0 0.39 277.14 0.89 0.32
Hex 64 9 9C 24 5E 0 27 115 59 20
Octal 144 11 234 44 136 0 47 425 131 40
Binary 1100100 1001 10011100 100100 1011110 0 100111 100010101 1011001 100000

Color Harmonies of #64099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64099C

Black with #64099C

Text Example


Text Example

White with #64099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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