Html Css Color HEX #41139B Persian Indigo

📋 copy color: '#41139B'

red 65 ◦ green 19 ◦ blue 155

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

Shades of Persian Indigo #41139B

Tints of Persian Indigo #41139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

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

R = 27.2%
G = 7.95%
B = 64.85%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41139B (or 0x41139B) is known color: Persian Indigo. HEX triplet: 41, 13 and 9B. RGB value is (65,19,155). Sum of RGB (Red+Green+Blue) = 65+19+155=239 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.20% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 155 (60.94% from 255 or 64.85% from 239); Max value from RGB is 155 - color contains mainly: blue. Hex color #41139B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41139B is #BEEC64. Grayscale: #2F2F2F. Windows color (decimal): -12512357 or 10163009. OLE color: 10163009.

HSL color Cylindrical-coordinate representation of color #41139B: hue angle of 260.29º degrees, saturation: 0.78, 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 #41139B is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 19 155 -
CMYK 0.58 0.88 0 0.39
HSL 260.29º 0.78% 0.34% -
HSV(B) 260.29º 0.88% 0.61% -
XYZ 8.33 3.96 31.33 -
YUV 48.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 65 19 155 0.58 0.88 0 0.39 260.29 0.78 0.34
Hex 41 13 9B 3A 58 0 27 104 4E 22
Octal 101 23 233 72 130 0 47 404 116 42
Binary 1000001 10011 10011011 111010 1011000 0 100111 100000100 1001110 100010

Color Harmonies of #41139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41139B

Black with #41139B

Text Example


Text Example

White with #41139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,19,155); }

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

background-color css

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

 a { background-color: rgb(65,19,155); }

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

border-color css

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

 span { border-color: rgb(65,19,155); }

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