Html Css Color HEX #41117D Persian Indigo

📋 copy color: '#41117D'

red 65 ◦ green 17 ◦ blue 125

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

Shades of Persian Indigo #41117D

Tints of Persian Indigo #41117D

RGB

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

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

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

R = 31.4%
G = 8.21%
B = 60.39%

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

#41117D (or 0x41117D) is known color: Persian Indigo. HEX triplet: 41, 11 and 7D. RGB value is (65,17,125). Sum of RGB (Red+Green+Blue) = 65+17+125=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 17 (7.03% from 255 or 8.21% from 207); Blue value is 125 (49.22% from 255 or 60.39% from 207); Max value from RGB is 125 - color contains mainly: blue. Hex color #41117D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41117D is #BEEE82. Grayscale: #2B2B2B. Windows color (decimal): -12512899 or 8196417. OLE color: 8196417.

HSL color Cylindrical-coordinate representation of color #41117D: hue angle of 266.67º 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 #41117D is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 17 125 -
CMYK 0.48 0.86 0 0.51
HSL 266.67º 0.76% 0.28% -
HSV(B) 266.67º 0.86% 0.49% -
XYZ 6.08 3.01 19.66 -
YUV 43.66 173.9 143.22 -
System Red Green Blue C M Y K H S L
Decimal 65 17 125 0.48 0.86 0 0.51 266.67 0.76 0.28
Hex 41 11 7D 30 56 0 33 10B 4C 1C
Octal 101 21 175 60 126 0 63 413 114 34
Binary 1000001 10001 1111101 110000 1010110 0 110011 100001011 1001100 11100

Color Harmonies of #41117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41117D

Black with #41117D

Text Example


Text Example

White with #41117D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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