Html Css Color HEX #41119C Persian Indigo

📋 copy color: '#41119C'

red 65 ◦ green 17 ◦ blue 156

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

Shades of Persian Indigo #41119C

Tints of Persian Indigo #41119C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 27.31%
G = 7.14%
B = 65.55%

CMYK

 C value IS 0.58

 M value IS 0.89

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#41119C (or 0x41119C) is known color: Persian Indigo. HEX triplet: 41, 11 and 9C. RGB value is (65,17,156). Sum of RGB (Red+Green+Blue) = 65+17+156=238 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.31% from 238); Green value is 17 (7.03% from 255 or 7.14% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #41119C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41119C is #BEEE63. Grayscale: #2E2E2E. Windows color (decimal): -12512868 or 10228033. OLE color: 10228033.

HSL color Cylindrical-coordinate representation of color #41119C: hue angle of 260.72º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #41119C is Cyan = 0.58, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 65 17 156 -
CMYK 0.58 0.89 0 0.39
HSL 260.72º 0.8% 0.34% -
HSV(B) 260.72º 0.89% 0.61% -
XYZ 8.38 3.93 31.77 -
YUV 47.2 189.4 140.7 -
System Red Green Blue C M Y K H S L
Decimal 65 17 156 0.58 0.89 0 0.39 260.72 0.8 0.34
Hex 41 11 9C 3A 59 0 27 105 50 22
Octal 101 21 234 72 131 0 47 405 120 42
Binary 1000001 10001 10011100 111010 1011001 0 100111 100000101 1010000 100010

Color Harmonies of #41119C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41119C

Black with #41119C

Text Example


Text Example

White with #41119C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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