Html Css Color HEX #411C8A Persian Indigo

📋 copy color: '#411C8A'

red 65 ◦ green 28 ◦ blue 138

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

Shades of Persian Indigo #411C8A

Tints of Persian Indigo #411C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 28.14%
G = 12.12%
B = 59.74%

CMYK

 C value IS 0.53

 M value IS 0.80

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#411C8A (or 0x411C8A) is known color: Persian Indigo. HEX triplet: 41, 1C and 8A. RGB value is (65,28,138). Sum of RGB (Red+Green+Blue) = 65+28+138=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #411C8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C8A is #BEE375. Grayscale: #333333. Windows color (decimal): -12510070 or 9051201. OLE color: 9051201.

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

Color convert

RGB 65 28 138 -
CMYK 0.53 0.80 0 0.46
HSL 260.18º 0.66% 0.33% -
HSV(B) 260.18º 0.8% 0.54% -
XYZ 7.18 3.79 24.4 -
YUV 51.6 176.76 137.56 -
System Red Green Blue C M Y K H S L
Decimal 65 28 138 0.53 0.80 0 0.46 260.18 0.66 0.33
Hex 41 1C 8A 35 50 0 2E 104 42 21
Octal 101 34 212 65 120 0 56 404 102 41
Binary 1000001 11100 10001010 110101 1010000 0 101110 100000100 1000010 100001

Color Harmonies of #411C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C8A

Black with #411C8A

Text Example


Text Example

White with #411C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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