Html Css Color HEX #64058E Indigo

📋 copy color: '#64058E'

red 100 ◦ green 5 ◦ blue 142

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

Shades of Indigo #64058E

Tints of Indigo #64058E

RGB

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

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

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

R = 40.49%
G = 2.02%
B = 57.49%

CMYK

 C value IS 0.30

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#64058E (or 0x64058E) is known color: Indigo. HEX triplet: 64, 05 and 8E. RGB value is (100,5,142). Sum of RGB (Red+Green+Blue) = 100+5+142=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #64058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64058E is #9BFA71. Grayscale: #303030. Windows color (decimal): -10222194 or 9307492. OLE color: 9307492.

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

Color convert

RGB 100 5 142 -
CMYK 0.30 0.96 0 0.44
HSL 281.61º 0.93% 0.29% -
HSV(B) 281.61º 0.96% 0.56% -
XYZ 10.19 4.77 25.97 -
YUV 49.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 100 5 142 0.30 0.96 0 0.44 281.61 0.93 0.29
Hex 64 5 8E 1E 60 0 2C 11A 5D 1D
Octal 144 5 216 36 140 0 54 432 135 35
Binary 1100100 101 10001110 11110 1100000 0 101100 100011010 1011101 11101

Color Harmonies of #64058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64058E

Black with #64058E

Text Example


Text Example

White with #64058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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