Html Css Color HEX #64089A Indigo

📋 copy color: '#64089A'

red 100 ◦ green 8 ◦ blue 154

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

Shades of Indigo #64089A

Tints of Indigo #64089A

RGB

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

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

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

R = 38.17%
G = 3.05%
B = 58.78%

CMYK

 C value IS 0.35

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#64089A (or 0x64089A) is known color: Indigo. HEX triplet: 64, 08 and 9A. RGB value is (100,8,154). Sum of RGB (Red+Green+Blue) = 100+8+154=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #64089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64089A is #9BF765. Grayscale: #333333. Windows color (decimal): -10221414 or 10094692. OLE color: 10094692.

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

Color convert

RGB 100 8 154 -
CMYK 0.35 0.95 0 0.40
HSL 277.81º 0.9% 0.32% -
HSV(B) 277.81º 0.95% 0.6% -
XYZ 11.18 5.22 30.99 -
YUV 52.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 100 8 154 0.35 0.95 0 0.40 277.81 0.9 0.32
Hex 64 8 9A 23 5F 0 28 116 5A 20
Octal 144 10 232 43 137 0 50 426 132 40
Binary 1100100 1000 10011010 100011 1011111 0 101000 100010110 1011010 100000

Color Harmonies of #64089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64089A

Black with #64089A

Text Example


Text Example

White with #64089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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