Html Css Color HEX #411081 Persian Indigo

📋 copy color: '#411081'

red 65 ◦ green 16 ◦ blue 129

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

Shades of Persian Indigo #411081

Tints of Persian Indigo #411081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

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

R = 30.95%
G = 7.62%
B = 61.43%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#411081 (or 0x411081) is known color: Persian Indigo. HEX triplet: 41, 10 and 81. RGB value is (65,16,129). Sum of RGB (Red+Green+Blue) = 65+16+129=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #411081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411081 is #BEEF7E. Grayscale: #2B2B2B. Windows color (decimal): -12513151 or 8458305. OLE color: 8458305.

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

Color convert

RGB 65 16 129 -
CMYK 0.50 0.88 0 0.49
HSL 266.02º 0.78% 0.28% -
HSV(B) 266.02º 0.88% 0.51% -
XYZ 6.33 3.08 21.03 -
YUV 43.53 176.23 143.31 -
System Red Green Blue C M Y K H S L
Decimal 65 16 129 0.50 0.88 0 0.49 266.02 0.78 0.28
Hex 41 10 81 32 58 0 31 10A 4E 1C
Octal 101 20 201 62 130 0 61 412 116 34
Binary 1000001 10000 10000001 110010 1011000 0 110001 100001010 1001110 11100

Color Harmonies of #411081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411081

Black with #411081

Text Example


Text Example

White with #411081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411081; }

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

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

background-color css

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

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

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

border-color css

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

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

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