Html Css Color HEX #41108F Persian Indigo

📋 copy color: '#41108F'

red 65 ◦ green 16 ◦ blue 143

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

Shades of Persian Indigo #41108F

Tints of Persian Indigo #41108F

RGB

 RED value IS 65 (25.78% from 255) = 29.02%

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

 BLUE value IS 143 (56.25% from 255) = 63.84%

R = 29.02%
G = 7.14%
B = 63.84%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#41108F (or 0x41108F) is known color: Persian Indigo. HEX triplet: 41, 10 and 8F. RGB value is (65,16,143). Sum of RGB (Red+Green+Blue) = 65+16+143=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 143 (56.25% from 255 or 63.84% from 224); Max value from RGB is 143 - color contains mainly: blue. Hex color #41108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41108F is #BEEF70. Grayscale: #2C2C2C. Windows color (decimal): -12513137 or 9375809. OLE color: 9375809.

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

Color convert

RGB 65 16 143 -
CMYK 0.55 0.89 0 0.44
HSL 263.15º 0.8% 0.31% -
HSV(B) 263.15º 0.89% 0.56% -
XYZ 7.32 3.48 26.27 -
YUV 45.13 183.23 142.17 -
System Red Green Blue C M Y K H S L
Decimal 65 16 143 0.55 0.89 0 0.44 263.15 0.8 0.31
Hex 41 10 8F 37 59 0 2C 107 50 1F
Octal 101 20 217 67 131 0 54 407 120 37
Binary 1000001 10000 10001111 110111 1011001 0 101100 100000111 1010000 11111

Color Harmonies of #41108F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41108F

Black with #41108F

Text Example


Text Example

White with #41108F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41108F; }

 p { color: rgb(65,16,143); }

 H1.HeaderClassName
 {
   color: #41108F;
 }
 .AnyTagClassName
 {
   color: #41108F;
 }
</style>

background-color css

<style>
 a { background-color: #41108F; }

 a { background-color: rgb(65,16,143); }

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

border-color css

<style>
 span { border-color: #41108F; }

 span { border-color: rgb(65,16,143); }

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