Html Css Color HEX #411985 Persian Indigo

📋 copy color: '#411985'

red 65 ◦ green 25 ◦ blue 133

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

Shades of Persian Indigo #411985

Tints of Persian Indigo #411985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.21%

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

R = 29.15%
G = 11.21%
B = 59.64%

CMYK

 C value IS 0.51

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411985 (or 0x411985) is known color: Persian Indigo. HEX triplet: 41, 19 and 85. RGB value is (65,25,133). Sum of RGB (Red+Green+Blue) = 65+25+133=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #411985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411985 is #BEE67A. Grayscale: #303030. Windows color (decimal): -12510843 or 8722753. OLE color: 8722753.

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

Color convert

RGB 65 25 133 -
CMYK 0.51 0.81 0 0.48
HSL 262.22º 0.68% 0.31% -
HSV(B) 262.22º 0.81% 0.52% -
XYZ 6.76 3.51 22.51 -
YUV 49.27 175.25 139.22 -
System Red Green Blue C M Y K H S L
Decimal 65 25 133 0.51 0.81 0 0.48 262.22 0.68 0.31
Hex 41 19 85 33 51 0 30 106 44 1F
Octal 101 31 205 63 121 0 60 406 104 37
Binary 1000001 11001 10000101 110011 1010001 0 110000 100000110 1000100 11111

Color Harmonies of #411985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411985

Black with #411985

Text Example


Text Example

White with #411985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411985; }

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

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

background-color css

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

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

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

border-color css

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

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

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