Html Css Color HEX #411281 Persian Indigo

📋 copy color: '#411281'

red 65 ◦ green 18 ◦ blue 129

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

Shades of Persian Indigo #411281

Tints of Persian Indigo #411281

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.49%

 BLUE value IS 129 (50.78% from 255) = 60.85%

R = 30.66%
G = 8.49%
B = 60.85%

CMYK

 C value IS 0.50

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#411281 (or 0x411281) is known color: Persian Indigo. HEX triplet: 41, 12 and 81. RGB value is (65,18,129). Sum of RGB (Red+Green+Blue) = 65+18+129=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #411281 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411281 is #BEED7E. Grayscale: #2C2C2C. Windows color (decimal): -12512639 or 8458817. OLE color: 8458817.

HSL color Cylindrical-coordinate representation of color #411281: hue angle of 265.41º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #411281 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 18 129 -
CMYK 0.50 0.86 0 0.49
HSL 265.41º 0.76% 0.29% -
HSV(B) 265.41º 0.86% 0.51% -
XYZ 6.36 3.14 21.04 -
YUV 44.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 65 18 129 0.50 0.86 0 0.49 265.41 0.76 0.29
Hex 41 12 81 32 56 0 31 109 4C 1D
Octal 101 22 201 62 126 0 61 411 114 35
Binary 1000001 10010 10000001 110010 1010110 0 110001 100001001 1001100 11101

Color Harmonies of #411281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411281

Black with #411281

Text Example


Text Example

White with #411281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411281; }

 p { color: rgb(65,18,129); }

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

background-color css

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

 a { background-color: rgb(65,18,129); }

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

border-color css

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

 span { border-color: rgb(65,18,129); }

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