Html Css Color HEX #411984 Persian Indigo

📋 copy color: '#411984'

red 65 ◦ green 25 ◦ blue 132

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

Shades of Persian Indigo #411984

Tints of Persian Indigo #411984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.26%

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

R = 29.28%
G = 11.26%
B = 59.46%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411984 (or 0x411984) is known color: Persian Indigo. HEX triplet: 41, 19 and 84. RGB value is (65,25,132). Sum of RGB (Red+Green+Blue) = 65+25+132=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 25 (10.16% from 255 or 11.26% from 222); Blue value is 132 (51.95% from 255 or 59.46% from 222); Max value from RGB is 132 - color contains mainly: blue. Hex color #411984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411984 is #BEE67B. Grayscale: #303030. Windows color (decimal): -12510844 or 8657217. OLE color: 8657217.

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

Color convert

RGB 65 25 132 -
CMYK 0.51 0.81 0 0.48
HSL 262.43º 0.68% 0.31% -
HSV(B) 262.43º 0.81% 0.52% -
XYZ 6.69 3.49 22.15 -
YUV 49.16 174.75 139.3 -
System Red Green Blue C M Y K H S L
Decimal 65 25 132 0.51 0.81 0 0.48 262.43 0.68 0.31
Hex 41 19 84 33 51 0 30 106 44 1F
Octal 101 31 204 63 121 0 60 406 104 37
Binary 1000001 11001 10000100 110011 1010001 0 110000 100000110 1000100 11111

Color Harmonies of #411984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411984

Black with #411984

Text Example


Text Example

White with #411984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411984; }

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

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

background-color css

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

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

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

border-color css

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

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

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