Html Css Color HEX #411082 Persian Indigo

📋 copy color: '#411082'

red 65 ◦ green 16 ◦ blue 130

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

Shades of Persian Indigo #411082

Tints of Persian Indigo #411082

RGB

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

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

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

R = 30.81%
G = 7.58%
B = 61.61%

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

#411082 (or 0x411082) is known color: Persian Indigo. HEX triplet: 41, 10 and 82. RGB value is (65,16,130). Sum of RGB (Red+Green+Blue) = 65+16+130=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #411082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411082 is #BEEF7D. Grayscale: #2B2B2B. Windows color (decimal): -12513150 or 8523841. OLE color: 8523841.

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

Color convert

RGB 65 16 130 -
CMYK 0.50 0.88 0 0.49
HSL 265.79º 0.78% 0.29% -
HSV(B) 265.79º 0.88% 0.51% -
XYZ 6.39 3.11 21.38 -
YUV 43.65 176.73 143.23 -
System Red Green Blue C M Y K H S L
Decimal 65 16 130 0.50 0.88 0 0.49 265.79 0.78 0.29
Hex 41 10 82 32 58 0 31 10A 4E 1D
Octal 101 20 202 62 130 0 61 412 116 35
Binary 1000001 10000 10000010 110010 1011000 0 110001 100001010 1001110 11101

Color Harmonies of #411082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411082

Black with #411082

Text Example


Text Example

White with #411082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411082; }

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

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

background-color css

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

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

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

border-color css

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

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

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