Html Css Color HEX #41159A Persian Indigo

📋 copy color: '#41159A'

red 65 ◦ green 21 ◦ blue 154

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

Shades of Persian Indigo #41159A

Tints of Persian Indigo #41159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.75%

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

R = 27.08%
G = 8.75%
B = 64.17%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#41159A (or 0x41159A) is known color: Persian Indigo. HEX triplet: 41, 15 and 9A. RGB value is (65,21,154). Sum of RGB (Red+Green+Blue) = 65+21+154=240 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.08% from 240); Green value is 21 (8.59% from 255 or 8.75% from 240); Blue value is 154 (60.55% from 255 or 64.17% from 240); Max value from RGB is 154 - color contains mainly: blue. Hex color #41159A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41159A is #BEEA65. Grayscale: #303030. Windows color (decimal): -12511846 or 10097985. OLE color: 10097985.

HSL color Cylindrical-coordinate representation of color #41159A: hue angle of 259.85º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41159A is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 21 154 -
CMYK 0.58 0.86 0 0.40
HSL 259.85º 0.76% 0.34% -
HSV(B) 259.85º 0.86% 0.6% -
XYZ 8.28 3.99 30.91 -
YUV 49.32 187.08 139.19 -
System Red Green Blue C M Y K H S L
Decimal 65 21 154 0.58 0.86 0 0.40 259.85 0.76 0.34
Hex 41 15 9A 3A 56 0 28 104 4C 22
Octal 101 25 232 72 126 0 50 404 114 42
Binary 1000001 10101 10011010 111010 1010110 0 101000 100000100 1001100 100010

Color Harmonies of #41159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41159A

Black with #41159A

Text Example


Text Example

White with #41159A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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