Html Css Color HEX #411E93 Persian Indigo

📋 copy color: '#411E93'

red 65 ◦ green 30 ◦ blue 147

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

Shades of Persian Indigo #411E93

Tints of Persian Indigo #411E93

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

 BLUE value IS 147 (57.81% from 255) = 60.74%

R = 26.86%
G = 12.4%
B = 60.74%

CMYK

 C value IS 0.56

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411E93 (or 0x411E93) is known color: Persian Indigo. HEX triplet: 41, 1E and 93. RGB value is (65,30,147). Sum of RGB (Red+Green+Blue) = 65+30+147=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #411E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E93 is #BEE16C. Grayscale: #353535. Windows color (decimal): -12509549 or 9641537. OLE color: 9641537.

HSL color Cylindrical-coordinate representation of color #411E93: hue angle of 257.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411E93 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 30 147 -
CMYK 0.56 0.80 0 0.42
HSL 257.95º 0.66% 0.35% -
HSV(B) 257.95º 0.8% 0.58% -
XYZ 7.91 4.16 27.99 -
YUV 53.8 180.6 135.99 -
System Red Green Blue C M Y K H S L
Decimal 65 30 147 0.56 0.80 0 0.42 257.95 0.66 0.35
Hex 41 1E 93 38 50 0 2A 102 42 23
Octal 101 36 223 70 120 0 52 402 102 43
Binary 1000001 11110 10010011 111000 1010000 0 101010 100000010 1000010 100011

Color Harmonies of #411E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411E93

Black with #411E93

Text Example


Text Example

White with #411E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411E93; }

 p { color: rgb(65,30,147); }

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

background-color css

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

 a { background-color: rgb(65,30,147); }

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

border-color css

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

 span { border-color: rgb(65,30,147); }

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