Html Css Color HEX #411B85 Persian Indigo

📋 copy color: '#411B85'

red 65 ◦ green 27 ◦ blue 133

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

Shades of Persian Indigo #411B85

Tints of Persian Indigo #411B85

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12%

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

R = 28.89%
G = 12%
B = 59.11%

CMYK

 C value IS 0.51

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#411B85 (or 0x411B85) is known color: Persian Indigo. HEX triplet: 41, 1B and 85. RGB value is (65,27,133). Sum of RGB (Red+Green+Blue) = 65+27+133=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 27 (10.94% from 255 or 12% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #411B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B85 is #BEE47A. Grayscale: #323232. Windows color (decimal): -12510331 or 8723265. OLE color: 8723265.

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

Color convert

RGB 65 27 133 -
CMYK 0.51 0.80 0 0.48
HSL 261.51º 0.66% 0.31% -
HSV(B) 261.51º 0.8% 0.52% -
XYZ 6.81 3.6 22.53 -
YUV 50.45 174.59 138.38 -
System Red Green Blue C M Y K H S L
Decimal 65 27 133 0.51 0.80 0 0.48 261.51 0.66 0.31
Hex 41 1B 85 33 50 0 30 106 42 1F
Octal 101 33 205 63 120 0 60 406 102 37
Binary 1000001 11011 10000101 110011 1010000 0 110000 100000110 1000010 11111

Color Harmonies of #411B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411B85

Black with #411B85

Text Example


Text Example

White with #411B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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