Html Css Color HEX #411380 Persian Indigo

📋 copy color: '#411380'

red 65 ◦ green 19 ◦ blue 128

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

Shades of Persian Indigo #411380

Tints of Persian Indigo #411380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 60.38%

R = 30.66%
G = 8.96%
B = 60.38%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#411380 (or 0x411380) is known color: Persian Indigo. HEX triplet: 41, 13 and 80. RGB value is (65,19,128). Sum of RGB (Red+Green+Blue) = 65+19+128=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 128 (50.39% from 255 or 60.38% from 212); Max value from RGB is 128 - color contains mainly: blue. Hex color #411380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411380 is #BEEC7F. Grayscale: #2C2C2C. Windows color (decimal): -12512384 or 8393537. OLE color: 8393537.

HSL color Cylindrical-coordinate representation of color #411380: hue angle of 265.32º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #411380 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 19 128 -
CMYK 0.49 0.85 0 0.50
HSL 265.32º 0.74% 0.29% -
HSV(B) 265.32º 0.85% 0.5% -
XYZ 6.31 3.15 20.7 -
YUV 45.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 65 19 128 0.49 0.85 0 0.50 265.32 0.74 0.29
Hex 41 13 80 31 55 0 32 109 4A 1D
Octal 101 23 200 61 125 0 62 411 112 35
Binary 1000001 10011 10000000 110001 1010101 0 110010 100001001 1001010 11101

Color Harmonies of #411380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411380

Black with #411380

Text Example


Text Example

White with #411380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411380; }

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

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

background-color css

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

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

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

border-color css

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

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

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