Html Css Color HEX #411291 Persian Indigo

📋 copy color: '#411291'

red 65 ◦ green 18 ◦ blue 145

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

Shades of Persian Indigo #411291

Tints of Persian Indigo #411291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 63.6%

R = 28.51%
G = 7.89%
B = 63.6%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#411291 (or 0x411291) is known color: Persian Indigo. HEX triplet: 41, 12 and 91. RGB value is (65,18,145). Sum of RGB (Red+Green+Blue) = 65+18+145=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 145 (57.03% from 255 or 63.60% from 228); Max value from RGB is 145 - color contains mainly: blue. Hex color #411291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411291 is #BEED6E. Grayscale: #2E2E2E. Windows color (decimal): -12512623 or 9507393. OLE color: 9507393.

HSL color Cylindrical-coordinate representation of color #411291: hue angle of 262.2º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411291 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 65 18 145 -
CMYK 0.55 0.88 0 0.43
HSL 262.2º 0.78% 0.32% -
HSV(B) 262.2º 0.88% 0.57% -
XYZ 7.51 3.6 27.09 -
YUV 46.53 183.57 141.17 -
System Red Green Blue C M Y K H S L
Decimal 65 18 145 0.55 0.88 0 0.43 262.2 0.78 0.32
Hex 41 12 91 37 58 0 2B 106 4E 20
Octal 101 22 221 67 130 0 53 406 116 40
Binary 1000001 10010 10010001 110111 1011000 0 101011 100000110 1001110 100000

Color Harmonies of #411291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411291

Black with #411291

Text Example


Text Example

White with #411291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411291; }

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

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

background-color css

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

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

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

border-color css

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

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

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