Html Css Color HEX #64098E Indigo

📋 copy color: '#64098E'

red 100 ◦ green 9 ◦ blue 142

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

Shades of Indigo #64098E

Tints of Indigo #64098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.57%

R = 39.84%
G = 3.59%
B = 56.57%

CMYK

 C value IS 0.30

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64098E (or 0x64098E) is known color: Indigo. HEX triplet: 64, 09 and 8E. RGB value is (100,9,142). Sum of RGB (Red+Green+Blue) = 100+9+142=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 142 (55.86% from 255 or 56.57% from 251); Max value from RGB is 142 - color contains mainly: blue. Hex color #64098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64098E is #9BF671. Grayscale: #323232. Windows color (decimal): -10221170 or 9308516. OLE color: 9308516.

HSL color Cylindrical-coordinate representation of color #64098E: hue angle of 281.05º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64098E is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 9 142 -
CMYK 0.30 0.94 0 0.44
HSL 281.05º 0.88% 0.3% -
HSV(B) 281.05º 0.94% 0.56% -
XYZ 10.24 4.86 25.99 -
YUV 51.37 179.15 162.69 -
System Red Green Blue C M Y K H S L
Decimal 100 9 142 0.30 0.94 0 0.44 281.05 0.88 0.3
Hex 64 9 8E 1E 5E 0 2C 119 58 1E
Octal 144 11 216 36 136 0 54 431 130 36
Binary 1100100 1001 10001110 11110 1011110 0 101100 100011001 1011000 11110

Color Harmonies of #64098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64098E

Black with #64098E

Text Example


Text Example

White with #64098E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64098E; }

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

 H1.HeaderClassName
 {
   color: #64098E;
 }
 .AnyTagClassName
 {
   color: #64098E;
 }
</style>

background-color css

<style>
 a { background-color: #64098E; }

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

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

border-color css

<style>
 span { border-color: #64098E; }

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

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