Html Css Color HEX #411074 Persian Indigo

📋 copy color: '#411074'

red 65 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #411074

Tints of Persian Indigo #411074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 58.88%

R = 32.99%
G = 8.12%
B = 58.88%

CMYK

 C value IS 0.44

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411074 (or 0x411074) is known color: Persian Indigo. HEX triplet: 41, 10 and 74. RGB value is (65,16,116). Sum of RGB (Red+Green+Blue) = 65+16+116=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #411074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411074 is #BEEF8B. Grayscale: #292929. Windows color (decimal): -12513164 or 7606337. OLE color: 7606337.

HSL color Cylindrical-coordinate representation of color #411074: hue angle of 269.4º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411074 is Cyan = 0.44, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 16 116 -
CMYK 0.44 0.86 0 0.55
HSL 269.4º 0.76% 0.26% -
HSV(B) 269.4º 0.86% 0.45% -
XYZ 5.52 2.76 16.76 -
YUV 42.05 169.73 144.37 -
System Red Green Blue C M Y K H S L
Decimal 65 16 116 0.44 0.86 0 0.55 269.4 0.76 0.26
Hex 41 10 74 2C 56 0 37 10D 4C 1A
Octal 101 20 164 54 126 0 67 415 114 32
Binary 1000001 10000 1110100 101100 1010110 0 110111 100001101 1001100 11010

Color Harmonies of #411074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411074

Black with #411074

Text Example


Text Example

White with #411074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411074; }

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

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

background-color css

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

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

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

border-color css

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

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

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