Html Css Color HEX #41137C Persian Indigo

📋 copy color: '#41137C'

red 65 ◦ green 19 ◦ blue 124

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

Shades of Persian Indigo #41137C

Tints of Persian Indigo #41137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 31.25%
G = 9.13%
B = 59.62%

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

#41137C (or 0x41137C) is known color: Persian Indigo. HEX triplet: 41, 13 and 7C. RGB value is (65,19,124). Sum of RGB (Red+Green+Blue) = 65+19+124=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 19 (7.81% from 255 or 9.13% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #41137C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41137C is #BEEC83. Grayscale: #2C2C2C. Windows color (decimal): -12512388 or 8131393. OLE color: 8131393.

HSL color Cylindrical-coordinate representation of color #41137C: hue angle of 266.29º degrees, saturation: 0.73, 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 #41137C is Cyan = 0.48, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 19 124 -
CMYK 0.48 0.85 0 0.51
HSL 266.29º 0.73% 0.28% -
HSV(B) 266.29º 0.85% 0.49% -
XYZ 6.05 3.04 19.34 -
YUV 44.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 65 19 124 0.48 0.85 0 0.51 266.29 0.73 0.28
Hex 41 13 7C 30 55 0 33 10A 49 1C
Octal 101 23 174 60 125 0 63 412 111 34
Binary 1000001 10011 1111100 110000 1010101 0 110011 100001010 1001001 11100

Color Harmonies of #41137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41137C

Black with #41137C

Text Example


Text Example

White with #41137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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