Html Css Color HEX #64089F Indigo

📋 copy color: '#64089F'

red 100 ◦ green 8 ◦ blue 159

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

Shades of Indigo #64089F

Tints of Indigo #64089F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 59.55%

R = 37.45%
G = 3%
B = 59.55%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#64089F (or 0x64089F) is known color: Indigo. HEX triplet: 64, 08 and 9F. RGB value is (100,8,159). Sum of RGB (Red+Green+Blue) = 100+8+159=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #64089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64089F is #9BF760. Grayscale: #343434. Windows color (decimal): -10221409 or 10422372. OLE color: 10422372.

HSL color Cylindrical-coordinate representation of color #64089F: hue angle of 276.56º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64089F is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 100 8 159 -
CMYK 0.37 0.95 0 0.38
HSL 276.56º 0.9% 0.33% -
HSV(B) 276.56º 0.95% 0.62% -
XYZ 11.6 5.39 33.23 -
YUV 52.72 187.98 161.72 -
System Red Green Blue C M Y K H S L
Decimal 100 8 159 0.37 0.95 0 0.38 276.56 0.9 0.33
Hex 64 8 9F 25 5F 0 26 115 5A 21
Octal 144 10 237 45 137 0 46 425 132 41
Binary 1100100 1000 10011111 100101 1011111 0 100110 100010101 1011010 100001

Color Harmonies of #64089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64089F

Black with #64089F

Text Example


Text Example

White with #64089F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64089F; }

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

 H1.HeaderClassName
 {
   color: #64089F;
 }
 .AnyTagClassName
 {
   color: #64089F;
 }
</style>

background-color css

<style>
 a { background-color: #64089F; }

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

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

border-color css

<style>
 span { border-color: #64089F; }

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

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