Html Css Color HEX #40108D Persian Indigo

📋 copy color: '#40108D'

red 64 ◦ green 16 ◦ blue 141

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

Shades of Persian Indigo #40108D

Tints of Persian Indigo #40108D

RGB

 RED value IS 64 (25.39% from 255) = 28.96%

 GREEN value IS 16 (6.64% from 255) = 7.24%

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 28.96%
G = 7.24%
B = 63.8%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#40108D (or 0x40108D) is known color: Persian Indigo. HEX triplet: 40, 10 and 8D. RGB value is (64,16,141). Sum of RGB (Red+Green+Blue) = 64+16+141=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #40108D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #40108D is #BFEF72. Grayscale: #2C2C2C. Windows color (decimal): -12578675 or 9244736. OLE color: 9244736.

HSL color Cylindrical-coordinate representation of color #40108D: hue angle of 263.04º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40108D is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 64 16 141 -
CMYK 0.55 0.89 0 0.45
HSL 263.04º 0.8% 0.31% -
HSV(B) 263.04º 0.89% 0.55% -
XYZ 7.11 3.38 25.48 -
YUV 44.6 182.4 141.84 -
System Red Green Blue C M Y K H S L
Decimal 64 16 141 0.55 0.89 0 0.45 263.04 0.8 0.31
Hex 40 10 8D 37 59 0 2D 107 50 1F
Octal 100 20 215 67 131 0 55 407 120 37
Binary 1000000 10000 10001101 110111 1011001 0 101101 100000111 1010000 11111

Color Harmonies of #40108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40108D

Black with #40108D

Text Example


Text Example

White with #40108D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40108D; }

 p { color: rgb(64,16,141); }

 H1.HeaderClassName
 {
   color: #40108D;
 }
 .AnyTagClassName
 {
   color: #40108D;
 }
</style>

background-color css

<style>
 a { background-color: #40108D; }

 a { background-color: rgb(64,16,141); }

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

border-color css

<style>
 span { border-color: #40108D; }

 span { border-color: rgb(64,16,141); }

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