Html Css Color HEX #64057E Indigo

📋 copy color: '#64057E'

red 100 ◦ green 5 ◦ blue 126

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

Shades of Indigo #64057E

Tints of Indigo #64057E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.16%

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 43.29%
G = 2.16%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#64057E (or 0x64057E) is known color: Indigo. HEX triplet: 64, 05 and 7E. RGB value is (100,5,126). Sum of RGB (Red+Green+Blue) = 100+5+126=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 5 (2.34% from 255 or 2.16% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #64057E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64057E is #9BFA81. Grayscale: #2E2E2E. Windows color (decimal): -10222210 or 8258916. OLE color: 8258916.

HSL color Cylindrical-coordinate representation of color #64057E: hue angle of 287.11º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64057E is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 5 126 -
CMYK 0.21 0.96 0 0.51
HSL 287.11º 0.92% 0.26% -
HSV(B) 287.11º 0.96% 0.49% -
XYZ 9.08 4.32 20.09 -
YUV 47.2 172.47 165.66 -
System Red Green Blue C M Y K H S L
Decimal 100 5 126 0.21 0.96 0 0.51 287.11 0.92 0.26
Hex 64 5 7E 15 60 0 33 11F 5C 1A
Octal 144 5 176 25 140 0 63 437 134 32
Binary 1100100 101 1111110 10101 1100000 0 110011 100011111 1011100 11010

Color Harmonies of #64057E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64057E

Black with #64057E

Text Example


Text Example

White with #64057E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,5,126); }

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

background-color css

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

 a { background-color: rgb(100,5,126); }

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

border-color css

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

 span { border-color: rgb(100,5,126); }

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