Html Css Color HEX #64129B Indigo

📋 copy color: '#64129B'

red 100 ◦ green 18 ◦ blue 155

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

Shades of Indigo #64129B

Tints of Indigo #64129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.59%

 BLUE value IS 155 (60.94% from 255) = 56.78%

R = 36.63%
G = 6.59%
B = 56.78%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#64129B (or 0x64129B) is known color: Indigo. HEX triplet: 64, 12 and 9B. RGB value is (100,18,155). Sum of RGB (Red+Green+Blue) = 100+18+155=273 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.63% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #64129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64129B is #9BED64. Grayscale: #393939. Windows color (decimal): -10218853 or 10162788. OLE color: 10162788.

HSL color Cylindrical-coordinate representation of color #64129B: hue angle of 275.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64129B is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 18 155 -
CMYK 0.35 0.88 0 0.39
HSL 275.91º 0.79% 0.34% -
HSV(B) 275.91º 0.88% 0.61% -
XYZ 11.39 5.51 31.47 -
YUV 58.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 100 18 155 0.35 0.88 0 0.39 275.91 0.79 0.34
Hex 64 12 9B 23 58 0 27 114 4F 22
Octal 144 22 233 43 130 0 47 424 117 42
Binary 1100100 10010 10011011 100011 1011000 0 100111 100010100 1001111 100010

Color Harmonies of #64129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64129B

Black with #64129B

Text Example


Text Example

White with #64129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64129B; }

 p { color: rgb(100,18,155); }

 H1.HeaderClassName
 {
   color: #64129B;
 }
 .AnyTagClassName
 {
   color: #64129B;
 }
</style>

background-color css

<style>
 a { background-color: #64129B; }

 a { background-color: rgb(100,18,155); }

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

border-color css

<style>
 span { border-color: #64129B; }

 span { border-color: rgb(100,18,155); }

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