Html Css Color HEX #411884 Persian Indigo

📋 copy color: '#411884'

red 65 ◦ green 24 ◦ blue 132

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

Shades of Persian Indigo #411884

Tints of Persian Indigo #411884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

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

R = 29.41%
G = 10.86%
B = 59.73%

CMYK

 C value IS 0.51

 M value IS 0.82

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411884 (or 0x411884) is known color: Persian Indigo. HEX triplet: 41, 18 and 84. RGB value is (65,24,132). Sum of RGB (Red+Green+Blue) = 65+24+132=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #411884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411884 is #BEE77B. Grayscale: #303030. Windows color (decimal): -12511100 or 8656961. OLE color: 8656961.

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

Color convert

RGB 65 24 132 -
CMYK 0.51 0.82 0 0.48
HSL 262.78º 0.69% 0.31% -
HSV(B) 262.78º 0.82% 0.52% -
XYZ 6.67 3.44 22.14 -
YUV 48.57 175.08 139.72 -
System Red Green Blue C M Y K H S L
Decimal 65 24 132 0.51 0.82 0 0.48 262.78 0.69 0.31
Hex 41 18 84 33 52 0 30 107 45 1F
Octal 101 30 204 63 122 0 60 407 105 37
Binary 1000001 11000 10000100 110011 1010010 0 110000 100000111 1000101 11111

Color Harmonies of #411884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411884

Black with #411884

Text Example


Text Example

White with #411884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411884; }

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

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

background-color css

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

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

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

border-color css

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

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

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