Html Css Color HEX #411271 Persian Indigo

📋 copy color: '#411271'

red 65 ◦ green 18 ◦ blue 113

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

Shades of Persian Indigo #411271

Tints of Persian Indigo #411271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 33.16%
G = 9.18%
B = 57.65%

CMYK

 C value IS 0.42

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411271 (or 0x411271) is known color: Persian Indigo. HEX triplet: 41, 12 and 71. RGB value is (65,18,113). Sum of RGB (Red+Green+Blue) = 65+18+113=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 113 (44.53% from 255 or 57.65% from 196); Max value from RGB is 113 - color contains mainly: blue. Hex color #411271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411271 is #BEED8E. Grayscale: #2A2A2A. Windows color (decimal): -12512655 or 7410241. OLE color: 7410241.

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

Color convert

RGB 65 18 113 -
CMYK 0.42 0.84 0 0.56
HSL 269.68º 0.73% 0.26% -
HSV(B) 269.68º 0.84% 0.44% -
XYZ 5.38 2.75 15.87 -
YUV 42.88 167.57 143.78 -
System Red Green Blue C M Y K H S L
Decimal 65 18 113 0.42 0.84 0 0.56 269.68 0.73 0.26
Hex 41 12 71 2A 54 0 38 10E 49 1A
Octal 101 22 161 52 124 0 70 416 111 32
Binary 1000001 10010 1110001 101010 1010100 0 111000 100001110 1001001 11010

Color Harmonies of #411271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411271

Black with #411271

Text Example


Text Example

White with #411271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411271; }

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

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

background-color css

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

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

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

border-color css

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

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

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