Html Css Color HEX #411785 Persian Indigo

📋 copy color: '#411785'

red 65 ◦ green 23 ◦ blue 133

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

Shades of Persian Indigo #411785

Tints of Persian Indigo #411785

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.18%

R = 29.41%
G = 10.41%
B = 60.18%

CMYK

 C value IS 0.51

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411785 (or 0x411785) is known color: Persian Indigo. HEX triplet: 41, 17 and 85. RGB value is (65,23,133). Sum of RGB (Red+Green+Blue) = 65+23+133=221 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.41% from 221); Green value is 23 (9.38% from 255 or 10.41% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #411785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411785 is #BEE87A. Grayscale: #2F2F2F. Windows color (decimal): -12511355 or 8722241. OLE color: 8722241.

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

Color convert

RGB 65 23 133 -
CMYK 0.51 0.83 0 0.48
HSL 262.91º 0.71% 0.31% -
HSV(B) 262.91º 0.83% 0.52% -
XYZ 6.72 3.43 22.5 -
YUV 48.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 65 23 133 0.51 0.83 0 0.48 262.91 0.71 0.31
Hex 41 17 85 33 53 0 30 107 47 1F
Octal 101 27 205 63 123 0 60 407 107 37
Binary 1000001 10111 10000101 110011 1010011 0 110000 100000111 1000111 11111

Color Harmonies of #411785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411785

Black with #411785

Text Example


Text Example

White with #411785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411785; }

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

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

background-color css

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

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

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

border-color css

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

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

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