Html Css Color HEX #411282 Persian Indigo

📋 copy color: '#411282'

red 65 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #411282

Tints of Persian Indigo #411282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 61.03%

R = 30.52%
G = 8.45%
B = 61.03%

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

#411282 (or 0x411282) is known color: Persian Indigo. HEX triplet: 41, 12 and 82. RGB value is (65,18,130). Sum of RGB (Red+Green+Blue) = 65+18+130=213 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.52% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #411282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411282 is #BEED7D. Grayscale: #2C2C2C. Windows color (decimal): -12512638 or 8524353. OLE color: 8524353.

HSL color Cylindrical-coordinate representation of color #411282: hue angle of 265.18º 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 #411282 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 65 18 130 -
CMYK 0.50 0.86 0 0.49
HSL 265.18º 0.76% 0.29% -
HSV(B) 265.18º 0.86% 0.51% -
XYZ 6.43 3.17 21.39 -
YUV 44.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 65 18 130 0.50 0.86 0 0.49 265.18 0.76 0.29
Hex 41 12 82 32 56 0 31 109 4C 1D
Octal 101 22 202 62 126 0 61 411 114 35
Binary 1000001 10010 10000010 110010 1010110 0 110001 100001001 1001100 11101

Color Harmonies of #411282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411282

Black with #411282

Text Example


Text Example

White with #411282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411282; }

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

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

background-color css

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

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

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

border-color css

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

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

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