Html Css Color HEX #411890 Persian Indigo

📋 copy color: '#411890'

red 65 ◦ green 24 ◦ blue 144

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

Shades of Persian Indigo #411890

Tints of Persian Indigo #411890

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 27.9%
G = 10.3%
B = 61.8%

CMYK

 C value IS 0.55

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#411890 (or 0x411890) is known color: Persian Indigo. HEX triplet: 41, 18 and 90. RGB value is (65,24,144). Sum of RGB (Red+Green+Blue) = 65+24+144=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #411890 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411890 is #BEE76F. Grayscale: #313131. Windows color (decimal): -12511088 or 9443393. OLE color: 9443393.

HSL color Cylindrical-coordinate representation of color #411890: hue angle of 260.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411890 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 65 24 144 -
CMYK 0.55 0.83 0 0.44
HSL 260.5º 0.71% 0.33% -
HSV(B) 260.5º 0.83% 0.56% -
XYZ 7.54 3.79 26.72 -
YUV 49.94 181.08 138.74 -
System Red Green Blue C M Y K H S L
Decimal 65 24 144 0.55 0.83 0 0.44 260.5 0.71 0.33
Hex 41 18 90 37 53 0 2C 104 47 21
Octal 101 30 220 67 123 0 54 404 107 41
Binary 1000001 11000 10010000 110111 1010011 0 101100 100000100 1000111 100001

Color Harmonies of #411890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411890

Black with #411890

Text Example


Text Example

White with #411890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411890; }

 p { color: rgb(65,24,144); }

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

background-color css

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

 a { background-color: rgb(65,24,144); }

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

border-color css

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

 span { border-color: rgb(65,24,144); }

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