Html Css Color HEX #41117C Persian Indigo

📋 copy color: '#41117C'

red 65 ◦ green 17 ◦ blue 124

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

Shades of Persian Indigo #41117C

Tints of Persian Indigo #41117C

RGB

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

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

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

R = 31.55%
G = 8.25%
B = 60.19%

CMYK

 C value IS 0.48

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#41117C (or 0x41117C) is known color: Persian Indigo. HEX triplet: 41, 11 and 7C. RGB value is (65,17,124). Sum of RGB (Red+Green+Blue) = 65+17+124=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 17 (7.03% from 255 or 8.25% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #41117C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41117C is #BEEE83. Grayscale: #2B2B2B. Windows color (decimal): -12512900 or 8130881. OLE color: 8130881.

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

Color convert

RGB 65 17 124 -
CMYK 0.48 0.86 0 0.51
HSL 266.92º 0.76% 0.28% -
HSV(B) 266.92º 0.86% 0.49% -
XYZ 6.02 2.98 19.33 -
YUV 43.55 173.4 143.3 -
System Red Green Blue C M Y K H S L
Decimal 65 17 124 0.48 0.86 0 0.51 266.92 0.76 0.28
Hex 41 11 7C 30 56 0 33 10B 4C 1C
Octal 101 21 174 60 126 0 63 413 114 34
Binary 1000001 10001 1111100 110000 1010110 0 110011 100001011 1001100 11100

Color Harmonies of #41117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41117C

Black with #41117C

Text Example


Text Example

White with #41117C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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