Html Css Color HEX #64058C Indigo

📋 copy color: '#64058C'

red 100 ◦ green 5 ◦ blue 140

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

Shades of Indigo #64058C

Tints of Indigo #64058C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 40.82%
G = 2.04%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#64058C (or 0x64058C) is known color: Indigo. HEX triplet: 64, 05 and 8C. RGB value is (100,5,140). Sum of RGB (Red+Green+Blue) = 100+5+140=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 5 (2.34% from 255 or 2.04% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #64058C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64058C is #9BFA73. Grayscale: #303030. Windows color (decimal): -10222196 or 9176420. OLE color: 9176420.

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

Color convert

RGB 100 5 140 -
CMYK 0.29 0.96 0 0.45
HSL 282.22º 0.93% 0.28% -
HSV(B) 282.22º 0.96% 0.55% -
XYZ 10.04 4.71 25.19 -
YUV 48.8 179.47 164.52 -
System Red Green Blue C M Y K H S L
Decimal 100 5 140 0.29 0.96 0 0.45 282.22 0.93 0.28
Hex 64 5 8C 1D 60 0 2D 11A 5D 1C
Octal 144 5 214 35 140 0 55 432 135 34
Binary 1100100 101 10001100 11101 1100000 0 101101 100011010 1011101 11100

Color Harmonies of #64058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64058C

Black with #64058C

Text Example


Text Example

White with #64058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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