Html Css Color HEX #411786 Persian Indigo

📋 copy color: '#411786'

red 65 ◦ green 23 ◦ blue 134

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

Shades of Persian Indigo #411786

Tints of Persian Indigo #411786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 134 (52.73% from 255) = 60.36%

R = 29.28%
G = 10.36%
B = 60.36%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411786 (or 0x411786) is known color: Persian Indigo. HEX triplet: 41, 17 and 86. RGB value is (65,23,134). Sum of RGB (Red+Green+Blue) = 65+23+134=222 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.28% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #411786 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411786 is #BEE879. Grayscale: #2F2F2F. Windows color (decimal): -12511354 or 8787777. OLE color: 8787777.

HSL color Cylindrical-coordinate representation of color #411786: hue angle of 262.7º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411786 is Cyan = 0.51, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 23 134 -
CMYK 0.51 0.83 0 0.47
HSL 262.7º 0.71% 0.31% -
HSV(B) 262.7º 0.83% 0.53% -
XYZ 6.79 3.46 22.86 -
YUV 48.21 176.41 139.97 -
System Red Green Blue C M Y K H S L
Decimal 65 23 134 0.51 0.83 0 0.47 262.7 0.71 0.31
Hex 41 17 86 33 53 0 2F 107 47 1F
Octal 101 27 206 63 123 0 57 407 107 37
Binary 1000001 10111 10000110 110011 1010011 0 101111 100000111 1000111 11111

Color Harmonies of #411786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411786

Black with #411786

Text Example


Text Example

White with #411786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411786; }

 p { color: rgb(65,23,134); }

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

background-color css

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

 a { background-color: rgb(65,23,134); }

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

border-color css

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

 span { border-color: rgb(65,23,134); }

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