Html Css Color HEX #64088E Indigo

📋 copy color: '#64088E'

red 100 ◦ green 8 ◦ blue 142

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

Shades of Indigo #64088E

Tints of Indigo #64088E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.2%

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

R = 40%
G = 3.2%
B = 56.8%

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

#64088E (or 0x64088E) is known color: Indigo. HEX triplet: 64, 08 and 8E. RGB value is (100,8,142). Sum of RGB (Red+Green+Blue) = 100+8+142=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #64088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64088E is #9BF771. Grayscale: #323232. Windows color (decimal): -10221426 or 9308260. OLE color: 9308260.

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

Color convert

RGB 100 8 142 -
CMYK 0.30 0.94 0 0.44
HSL 281.19º 0.89% 0.29% -
HSV(B) 281.19º 0.94% 0.56% -
XYZ 10.22 4.84 25.99 -
YUV 50.78 179.48 163.1 -
System Red Green Blue C M Y K H S L
Decimal 100 8 142 0.30 0.94 0 0.44 281.19 0.89 0.29
Hex 64 8 8E 1E 5E 0 2C 119 59 1D
Octal 144 10 216 36 136 0 54 431 131 35
Binary 1100100 1000 10001110 11110 1011110 0 101100 100011001 1011001 11101

Color Harmonies of #64088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64088E

Black with #64088E

Text Example


Text Example

White with #64088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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