Html Css Color HEX #41109A Persian Indigo

📋 copy color: '#41109A'

red 65 ◦ green 16 ◦ blue 154

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

Shades of Persian Indigo #41109A

Tints of Persian Indigo #41109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.81%

 BLUE value IS 154 (60.55% from 255) = 65.53%

R = 27.66%
G = 6.81%
B = 65.53%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#41109A (or 0x41109A) is known color: Persian Indigo. HEX triplet: 41, 10 and 9A. RGB value is (65,16,154). Sum of RGB (Red+Green+Blue) = 65+16+154=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 154 (60.55% from 255 or 65.53% from 235); Max value from RGB is 154 - color contains mainly: blue. Hex color #41109A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41109A is #BEEF65. Grayscale: #2D2D2D. Windows color (decimal): -12513126 or 10096705. OLE color: 10096705.

HSL color Cylindrical-coordinate representation of color #41109A: hue angle of 261.3º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #41109A is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 16 154 -
CMYK 0.58 0.90 0 0.40
HSL 261.3º 0.81% 0.33% -
HSV(B) 261.3º 0.9% 0.6% -
XYZ 8.2 3.83 30.88 -
YUV 46.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 65 16 154 0.58 0.90 0 0.40 261.3 0.81 0.33
Hex 41 10 9A 3A 5A 0 28 105 51 21
Octal 101 20 232 72 132 0 50 405 121 41
Binary 1000001 10000 10011010 111010 1011010 0 101000 100000101 1010001 100001

Color Harmonies of #41109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41109A

Black with #41109A

Text Example


Text Example

White with #41109A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41109A; }

 p { color: rgb(65,16,154); }

 H1.HeaderClassName
 {
   color: #41109A;
 }
 .AnyTagClassName
 {
   color: #41109A;
 }
</style>

background-color css

<style>
 a { background-color: #41109A; }

 a { background-color: rgb(65,16,154); }

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

border-color css

<style>
 span { border-color: #41109A; }

 span { border-color: rgb(65,16,154); }

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