Html Css Color HEX #411C85 Persian Indigo

📋 copy color: '#411C85'

red 65 ◦ green 28 ◦ blue 133

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

Shades of Persian Indigo #411C85

Tints of Persian Indigo #411C85

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

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

R = 28.76%
G = 12.39%
B = 58.85%

CMYK

 C value IS 0.51

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411C85 (or 0x411C85) is known color: Persian Indigo. HEX triplet: 41, 1C and 85. RGB value is (65,28,133). Sum of RGB (Red+Green+Blue) = 65+28+133=226 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.76% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #411C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C85 is #BEE37A. Grayscale: #323232. Windows color (decimal): -12510075 or 8723521. OLE color: 8723521.

HSL color Cylindrical-coordinate representation of color #411C85: hue angle of 261.14º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411C85 is Cyan = 0.51, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 65 28 133 -
CMYK 0.51 0.79 0 0.48
HSL 261.14º 0.65% 0.32% -
HSV(B) 261.14º 0.79% 0.52% -
XYZ 6.83 3.65 22.53 -
YUV 51.03 174.26 137.96 -
System Red Green Blue C M Y K H S L
Decimal 65 28 133 0.51 0.79 0 0.48 261.14 0.65 0.32
Hex 41 1C 85 33 4F 0 30 105 41 20
Octal 101 34 205 63 117 0 60 405 101 40
Binary 1000001 11100 10000101 110011 1001111 0 110000 100000101 1000001 100000

Color Harmonies of #411C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C85

Black with #411C85

Text Example


Text Example

White with #411C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C85; }

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

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

background-color css

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

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

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

border-color css

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

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

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