Html Css Color HEX #41117F Persian Indigo

📋 copy color: '#41117F'

red 65 ◦ green 17 ◦ blue 127

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

Shades of Persian Indigo #41117F

Tints of Persian Indigo #41117F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.77%

R = 31.1%
G = 8.13%
B = 60.77%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#41117F (or 0x41117F) is known color: Persian Indigo. HEX triplet: 41, 11 and 7F. RGB value is (65,17,127). Sum of RGB (Red+Green+Blue) = 65+17+127=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #41117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41117F is #BEEE80. Grayscale: #2B2B2B. Windows color (decimal): -12512897 or 8327489. OLE color: 8327489.

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

Color convert

RGB 65 17 127 -
CMYK 0.49 0.87 0 0.50
HSL 266.18º 0.76% 0.28% -
HSV(B) 266.18º 0.87% 0.5% -
XYZ 6.21 3.06 20.34 -
YUV 43.89 174.9 143.06 -
System Red Green Blue C M Y K H S L
Decimal 65 17 127 0.49 0.87 0 0.50 266.18 0.76 0.28
Hex 41 11 7F 31 57 0 32 10A 4C 1C
Octal 101 21 177 61 127 0 62 412 114 34
Binary 1000001 10001 1111111 110001 1010111 0 110010 100001010 1001100 11100

Color Harmonies of #41117F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41117F

Black with #41117F

Text Example


Text Example

White with #41117F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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