Html Css Color HEX #411C8D Persian Indigo

📋 copy color: '#411C8D'

red 65 ◦ green 28 ◦ blue 141

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

Shades of Persian Indigo #411C8D

Tints of Persian Indigo #411C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 27.78%
G = 11.97%
B = 60.26%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#411C8D (or 0x411C8D) is known color: Persian Indigo. HEX triplet: 41, 1C and 8D. RGB value is (65,28,141). Sum of RGB (Red+Green+Blue) = 65+28+141=234 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.78% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #411C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C8D is #BEE372. Grayscale: #333333. Windows color (decimal): -12510067 or 9247809. OLE color: 9247809.

HSL color Cylindrical-coordinate representation of color #411C8D: hue angle of 259.65º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411C8D is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 65 28 141 -
CMYK 0.54 0.80 0 0.45
HSL 259.65º 0.67% 0.33% -
HSV(B) 259.65º 0.8% 0.55% -
XYZ 7.4 3.88 25.56 -
YUV 51.95 178.26 137.31 -
System Red Green Blue C M Y K H S L
Decimal 65 28 141 0.54 0.80 0 0.45 259.65 0.67 0.33
Hex 41 1C 8D 36 50 0 2D 104 43 21
Octal 101 34 215 66 120 0 55 404 103 41
Binary 1000001 11100 10001101 110110 1010000 0 101101 100000100 1000011 100001

Color Harmonies of #411C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C8D

Black with #411C8D

Text Example


Text Example

White with #411C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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