Html Css Color HEX #411B84 Persian Indigo

📋 copy color: '#411B84'

red 65 ◦ green 27 ◦ blue 132

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

Shades of Persian Indigo #411B84

Tints of Persian Indigo #411B84

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.05%

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

R = 29.02%
G = 12.05%
B = 58.93%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411B84 (or 0x411B84) is known color: Persian Indigo. HEX triplet: 41, 1B and 84. RGB value is (65,27,132). Sum of RGB (Red+Green+Blue) = 65+27+132=224 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.02% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #411B84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B84 is #BEE47B. Grayscale: #313131. Windows color (decimal): -12510332 or 8657729. OLE color: 8657729.

HSL color Cylindrical-coordinate representation of color #411B84: hue angle of 261.71º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411B84 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 27 132 -
CMYK 0.51 0.80 0 0.48
HSL 261.71º 0.66% 0.31% -
HSV(B) 261.71º 0.8% 0.52% -
XYZ 6.74 3.57 22.16 -
YUV 50.33 174.09 138.46 -
System Red Green Blue C M Y K H S L
Decimal 65 27 132 0.51 0.80 0 0.48 261.71 0.66 0.31
Hex 41 1B 84 33 50 0 30 106 42 1F
Octal 101 33 204 63 120 0 60 406 102 37
Binary 1000001 11011 10000100 110011 1010000 0 110000 100000110 1000010 11111

Color Harmonies of #411B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B84

Black with #411B84

Text Example


Text Example

White with #411B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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