Html Css Color HEX #41137D Persian Indigo

📋 copy color: '#41137D'

red 65 ◦ green 19 ◦ blue 125

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

Shades of Persian Indigo #41137D

Tints of Persian Indigo #41137D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 59.81%

R = 31.1%
G = 9.09%
B = 59.81%

CMYK

 C value IS 0.48

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41137D (or 0x41137D) is known color: Persian Indigo. HEX triplet: 41, 13 and 7D. RGB value is (65,19,125). Sum of RGB (Red+Green+Blue) = 65+19+125=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 125 (49.22% from 255 or 59.81% from 209); Max value from RGB is 125 - color contains mainly: blue. Hex color #41137D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41137D is #BEEC82. Grayscale: #2C2C2C. Windows color (decimal): -12512387 or 8196929. OLE color: 8196929.

HSL color Cylindrical-coordinate representation of color #41137D: hue angle of 266.04º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41137D is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 19 125 -
CMYK 0.48 0.85 0 0.51
HSL 266.04º 0.74% 0.28% -
HSV(B) 266.04º 0.85% 0.49% -
XYZ 6.11 3.07 19.67 -
YUV 44.84 173.24 142.38 -
System Red Green Blue C M Y K H S L
Decimal 65 19 125 0.48 0.85 0 0.51 266.04 0.74 0.28
Hex 41 13 7D 30 55 0 33 10A 4A 1C
Octal 101 23 175 60 125 0 63 412 112 34
Binary 1000001 10011 1111101 110000 1010101 0 110011 100001010 1001010 11100

Color Harmonies of #41137D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41137D

Black with #41137D

Text Example


Text Example

White with #41137D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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