Html Css Color HEX #411283 Persian Indigo

📋 copy color: '#411283'

red 65 ◦ green 18 ◦ blue 131

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

Shades of Persian Indigo #411283

Tints of Persian Indigo #411283

RGB

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

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

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

R = 30.37%
G = 8.41%
B = 61.21%

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

#411283 (or 0x411283) is known color: Persian Indigo. HEX triplet: 41, 12 and 83. RGB value is (65,18,131). Sum of RGB (Red+Green+Blue) = 65+18+131=214 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.37% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 131 (51.56% from 255 or 61.21% from 214); Max value from RGB is 131 - color contains mainly: blue. Hex color #411283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411283 is #BEED7C. Grayscale: #2C2C2C. Windows color (decimal): -12512637 or 8589889. OLE color: 8589889.

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

Color convert

RGB 65 18 131 -
CMYK 0.50 0.86 0 0.49
HSL 264.96º 0.76% 0.29% -
HSV(B) 264.96º 0.86% 0.51% -
XYZ 6.49 3.2 21.75 -
YUV 44.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 65 18 131 0.50 0.86 0 0.49 264.96 0.76 0.29
Hex 41 12 83 32 56 0 31 109 4C 1D
Octal 101 22 203 62 126 0 61 411 114 35
Binary 1000001 10010 10000011 110010 1010110 0 110001 100001001 1001100 11101

Color Harmonies of #411283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411283

Black with #411283

Text Example


Text Example

White with #411283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411283; }

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

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

background-color css

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

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

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

border-color css

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

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

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