Html Css Color HEX #411C87 Persian Indigo

📋 copy color: '#411C87'

red 65 ◦ green 28 ◦ blue 135

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

Shades of Persian Indigo #411C87

Tints of Persian Indigo #411C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.21%

R = 28.51%
G = 12.28%
B = 59.21%

CMYK

 C value IS 0.52

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#411C87 (or 0x411C87) is known color: Persian Indigo. HEX triplet: 41, 1C and 87. RGB value is (65,28,135). Sum of RGB (Red+Green+Blue) = 65+28+135=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #411C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C87 is #BEE378. Grayscale: #323232. Windows color (decimal): -12510073 or 8854593. OLE color: 8854593.

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

Color convert

RGB 65 28 135 -
CMYK 0.52 0.79 0 0.47
HSL 260.75º 0.66% 0.32% -
HSV(B) 260.75º 0.79% 0.53% -
XYZ 6.97 3.7 23.27 -
YUV 51.26 175.26 137.8 -
System Red Green Blue C M Y K H S L
Decimal 65 28 135 0.52 0.79 0 0.47 260.75 0.66 0.32
Hex 41 1C 87 34 4F 0 2F 105 42 20
Octal 101 34 207 64 117 0 57 405 102 40
Binary 1000001 11100 10000111 110100 1001111 0 101111 100000101 1000010 100000

Color Harmonies of #411C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C87

Black with #411C87

Text Example


Text Example

White with #411C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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