Html Css Color HEX #411071 Persian Indigo

📋 copy color: '#411071'

red 65 ◦ green 16 ◦ blue 113

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

Shades of Persian Indigo #411071

Tints of Persian Indigo #411071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 33.51%
G = 8.25%
B = 58.25%

CMYK

 C value IS 0.42

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411071 (or 0x411071) is known color: Persian Indigo. HEX triplet: 41, 10 and 71. RGB value is (65,16,113). Sum of RGB (Red+Green+Blue) = 65+16+113=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #411071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411071 is #BEEF8E. Grayscale: #292929. Windows color (decimal): -12513167 or 7409729. OLE color: 7409729.

HSL color Cylindrical-coordinate representation of color #411071: hue angle of 270.31º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411071 is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 16 113 -
CMYK 0.42 0.86 0 0.56
HSL 270.31º 0.75% 0.25% -
HSV(B) 270.31º 0.86% 0.44% -
XYZ 5.35 2.69 15.86 -
YUV 41.71 168.23 144.61 -
System Red Green Blue C M Y K H S L
Decimal 65 16 113 0.42 0.86 0 0.56 270.31 0.75 0.25
Hex 41 10 71 2A 56 0 38 10E 4B 19
Octal 101 20 161 52 126 0 70 416 113 31
Binary 1000001 10000 1110001 101010 1010110 0 111000 100001110 1001011 11001

Color Harmonies of #411071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411071

Black with #411071

Text Example


Text Example

White with #411071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411071; }

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

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

background-color css

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

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

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

border-color css

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

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

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