Html Css Color HEX #64009A Indigo

📋 copy color: '#64009A'

red 100 ◦ green 0 ◦ blue 154

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

Shades of Indigo #64009A

Tints of Indigo #64009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 60.63%

R = 39.37%
G = 0%
B = 60.63%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64009A (or 0x64009A) is known color: Indigo. HEX triplet: 64, 00 and 9A. RGB value is (100,0,154). Sum of RGB (Red+Green+Blue) = 100+0+154=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 154 (60.55% from 255 or 60.63% from 254); Max value from RGB is 154 - color contains mainly: blue. Hex color #64009A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64009A is #9BFF65. Grayscale: #2E2E2E. Windows color (decimal): -10223462 or 10092644. OLE color: 10092644.

HSL color Cylindrical-coordinate representation of color #64009A: hue angle of 278.96º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #64009A is Cyan = 0.35, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 0 154 -
CMYK 0.35 1 0 0.40
HSL 278.96º 1% 0.3% -
HSV(B) 278.96º 1% 0.6% -
XYZ 11.09 5.04 30.96 -
YUV 47.46 188.13 165.48 -
System Red Green Blue C M Y K H S L
Decimal 100 0 154 0.35 1 0 0.40 278.96 1 0.3
Hex 64 0 9A 23 64 0 28 117 64 1E
Octal 144 0 232 43 144 0 50 427 144 36
Binary 1100100 0 10011010 100011 1100100 0 101000 100010111 1100100 11110

Color Harmonies of #64009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64009A

Black with #64009A

Text Example


Text Example

White with #64009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64009A; }

 p { color: rgb(100,0,154); }

 H1.HeaderClassName
 {
   color: #64009A;
 }
 .AnyTagClassName
 {
   color: #64009A;
 }
</style>

background-color css

<style>
 a { background-color: #64009A; }

 a { background-color: rgb(100,0,154); }

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

border-color css

<style>
 span { border-color: #64009A; }

 span { border-color: rgb(100,0,154); }

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