Html Css Color HEX #411394 Persian Indigo

📋 copy color: '#411394'

red 65 ◦ green 19 ◦ blue 148

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

Shades of Persian Indigo #411394

Tints of Persian Indigo #411394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.19%

 BLUE value IS 148 (58.2% from 255) = 63.79%

R = 28.02%
G = 8.19%
B = 63.79%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411394 (or 0x411394) is known color: Persian Indigo. HEX triplet: 41, 13 and 94. RGB value is (65,19,148). Sum of RGB (Red+Green+Blue) = 65+19+148=232 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.02% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 148 (58.20% from 255 or 63.79% from 232); Max value from RGB is 148 - color contains mainly: blue. Hex color #411394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411394 is #BEEC6B. Grayscale: #2E2E2E. Windows color (decimal): -12512364 or 9704257. OLE color: 9704257.

HSL color Cylindrical-coordinate representation of color #411394: hue angle of 261.4º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #411394 is Cyan = 0.56, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 19 148 -
CMYK 0.56 0.87 0 0.42
HSL 261.4º 0.77% 0.33% -
HSV(B) 261.4º 0.87% 0.58% -
XYZ 7.76 3.73 28.33 -
YUV 47.46 184.74 140.51 -
System Red Green Blue C M Y K H S L
Decimal 65 19 148 0.56 0.87 0 0.42 261.4 0.77 0.33
Hex 41 13 94 38 57 0 2A 105 4D 21
Octal 101 23 224 70 127 0 52 405 115 41
Binary 1000001 10011 10010100 111000 1010111 0 101010 100000101 1001101 100001

Color Harmonies of #411394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411394

Black with #411394

Text Example


Text Example

White with #411394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411394; }

 p { color: rgb(65,19,148); }

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

background-color css

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

 a { background-color: rgb(65,19,148); }

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

border-color css

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

 span { border-color: rgb(65,19,148); }

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