Html Css Color HEX #41139D Persian Indigo

📋 copy color: '#41139D'

red 65 ◦ green 19 ◦ blue 157

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

Shades of Persian Indigo #41139D

Tints of Persian Indigo #41139D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 65.15%

R = 26.97%
G = 7.88%
B = 65.15%

CMYK

 C value IS 0.59

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#41139D (or 0x41139D) is known color: Persian Indigo. HEX triplet: 41, 13 and 9D. RGB value is (65,19,157). Sum of RGB (Red+Green+Blue) = 65+19+157=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 157 (61.72% from 255 or 65.15% from 241); Max value from RGB is 157 - color contains mainly: blue. Hex color #41139D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41139D is #BEEC62. Grayscale: #2F2F2F. Windows color (decimal): -12512355 or 10294081. OLE color: 10294081.

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

Color convert

RGB 65 19 157 -
CMYK 0.59 0.88 0 0.38
HSL 260º 0.78% 0.35% -
HSV(B) 260º 0.88% 0.62% -
XYZ 8.5 4.02 32.23 -
YUV 48.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 65 19 157 0.59 0.88 0 0.38 260 0.78 0.35
Hex 41 13 9D 3B 58 0 26 104 4E 23
Octal 101 23 235 73 130 0 46 404 116 43
Binary 1000001 10011 10011101 111011 1011000 0 100110 100000100 1001110 100011

Color Harmonies of #41139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41139D

Black with #41139D

Text Example


Text Example

White with #41139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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