Html Css Color HEX #411671 Persian Indigo

📋 copy color: '#411671'

red 65 ◦ green 22 ◦ blue 113

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

Shades of Persian Indigo #411671

Tints of Persian Indigo #411671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 32.5%
G = 11%
B = 56.5%

CMYK

 C value IS 0.42

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#411671 (or 0x411671) is known color: Persian Indigo. HEX triplet: 41, 16 and 71. RGB value is (65,22,113). Sum of RGB (Red+Green+Blue) = 65+22+113=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #411671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411671 is #BEE98E. Grayscale: #2C2C2C. Windows color (decimal): -12511631 or 7411265. OLE color: 7411265.

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

Color convert

RGB 65 22 113 -
CMYK 0.42 0.81 0 0.56
HSL 268.35º 0.67% 0.26% -
HSV(B) 268.35º 0.81% 0.44% -
XYZ 5.45 2.89 15.89 -
YUV 45.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 65 22 113 0.42 0.81 0 0.56 268.35 0.67 0.26
Hex 41 16 71 2A 51 0 38 10C 43 1A
Octal 101 26 161 52 121 0 70 414 103 32
Binary 1000001 10110 1110001 101010 1010001 0 111000 100001100 1000011 11010

Color Harmonies of #411671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411671

Black with #411671

Text Example


Text Example

White with #411671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411671; }

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

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

background-color css

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

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

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

border-color css

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

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

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