Html Css Color HEX #411084 Persian Indigo

📋 copy color: '#411084'

red 65 ◦ green 16 ◦ blue 132

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

Shades of Persian Indigo #411084

Tints of Persian Indigo #411084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.51%

 BLUE value IS 132 (51.95% from 255) = 61.97%

R = 30.52%
G = 7.51%
B = 61.97%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411084 (or 0x411084) is known color: Persian Indigo. HEX triplet: 41, 10 and 84. RGB value is (65,16,132). Sum of RGB (Red+Green+Blue) = 65+16+132=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 132 (51.95% from 255 or 61.97% from 213); Max value from RGB is 132 - color contains mainly: blue. Hex color #411084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411084 is #BEEF7B. Grayscale: #2B2B2B. Windows color (decimal): -12513148 or 8654913. OLE color: 8654913.

HSL color Cylindrical-coordinate representation of color #411084: hue angle of 265.34º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411084 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 16 132 -
CMYK 0.51 0.88 0 0.48
HSL 265.34º 0.78% 0.29% -
HSV(B) 265.34º 0.88% 0.52% -
XYZ 6.53 3.16 22.1 -
YUV 43.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 65 16 132 0.51 0.88 0 0.48 265.34 0.78 0.29
Hex 41 10 84 33 58 0 30 109 4E 1D
Octal 101 20 204 63 130 0 60 411 116 35
Binary 1000001 10000 10000100 110011 1011000 0 110000 100001001 1001110 11101

Color Harmonies of #411084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411084

Black with #411084

Text Example


Text Example

White with #411084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411084; }

 p { color: rgb(65,16,132); }

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

background-color css

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

 a { background-color: rgb(65,16,132); }

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

border-color css

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

 span { border-color: rgb(65,16,132); }

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