Html Css Color HEX #41119F Persian Indigo

📋 copy color: '#41119F'

red 65 ◦ green 17 ◦ blue 159

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

Shades of Persian Indigo #41119F

Tints of Persian Indigo #41119F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

 BLUE value IS 159 (62.5% from 255) = 65.98%

R = 26.97%
G = 7.05%
B = 65.98%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41119F (or 0x41119F) is known color: Persian Indigo. HEX triplet: 41, 11 and 9F. RGB value is (65,17,159). Sum of RGB (Red+Green+Blue) = 65+17+159=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #41119F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41119F is #BEEE60. Grayscale: #2F2F2F. Windows color (decimal): -12512865 or 10424641. OLE color: 10424641.

HSL color Cylindrical-coordinate representation of color #41119F: hue angle of 260.28º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41119F is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 17 159 -
CMYK 0.59 0.89 0 0.38
HSL 260.28º 0.81% 0.35% -
HSV(B) 260.28º 0.89% 0.62% -
XYZ 8.64 4.03 33.12 -
YUV 47.54 190.9 140.45 -
System Red Green Blue C M Y K H S L
Decimal 65 17 159 0.59 0.89 0 0.38 260.28 0.81 0.35
Hex 41 11 9F 3B 59 0 26 104 51 23
Octal 101 21 237 73 131 0 46 404 121 43
Binary 1000001 10001 10011111 111011 1011001 0 100110 100000100 1010001 100011

Color Harmonies of #41119F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41119F

Black with #41119F

Text Example


Text Example

White with #41119F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,17,159); }

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

background-color css

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

 a { background-color: rgb(65,17,159); }

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

border-color css

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

 span { border-color: rgb(65,17,159); }

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