Html Css Color HEX #411083 Persian Indigo

📋 copy color: '#411083'

red 65 ◦ green 16 ◦ blue 131

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

Shades of Persian Indigo #411083

Tints of Persian Indigo #411083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 61.79%

R = 30.66%
G = 7.55%
B = 61.79%

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

#411083 (or 0x411083) is known color: Persian Indigo. HEX triplet: 41, 10 and 83. RGB value is (65,16,131). Sum of RGB (Red+Green+Blue) = 65+16+131=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 131 (51.56% from 255 or 61.79% from 212); Max value from RGB is 131 - color contains mainly: blue. Hex color #411083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411083 is #BEEF7C. Grayscale: #2B2B2B. Windows color (decimal): -12513149 or 8589377. OLE color: 8589377.

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

Color convert

RGB 65 16 131 -
CMYK 0.50 0.88 0 0.49
HSL 265.57º 0.78% 0.29% -
HSV(B) 265.57º 0.88% 0.51% -
XYZ 6.46 3.13 21.74 -
YUV 43.76 177.23 143.15 -
System Red Green Blue C M Y K H S L
Decimal 65 16 131 0.50 0.88 0 0.49 265.57 0.78 0.29
Hex 41 10 83 32 58 0 31 10A 4E 1D
Octal 101 20 203 62 130 0 61 412 116 35
Binary 1000001 10000 10000011 110010 1011000 0 110001 100001010 1001110 11101

Color Harmonies of #411083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411083

Black with #411083

Text Example


Text Example

White with #411083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411083; }

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

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

background-color css

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

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

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

border-color css

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

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

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