Html Css Color HEX #411299 Persian Indigo

📋 copy color: '#411299'

red 65 ◦ green 18 ◦ blue 153

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

Shades of Persian Indigo #411299

Tints of Persian Indigo #411299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 64.83%

R = 27.54%
G = 7.63%
B = 64.83%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#411299 (or 0x411299) is known color: Persian Indigo. HEX triplet: 41, 12 and 99. RGB value is (65,18,153). Sum of RGB (Red+Green+Blue) = 65+18+153=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 153 (60.16% from 255 or 64.83% from 236); Max value from RGB is 153 - color contains mainly: blue. Hex color #411299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411299 is #BEED66. Grayscale: #2E2E2E. Windows color (decimal): -12512615 or 10031681. OLE color: 10031681.

HSL color Cylindrical-coordinate representation of color #411299: hue angle of 260.89º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411299 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 18 153 -
CMYK 0.58 0.88 0 0.4
HSL 260.89º 0.79% 0.34% -
HSV(B) 260.89º 0.88% 0.6% -
XYZ 8.15 3.86 30.45 -
YUV 47.44 187.57 140.52 -
System Red Green Blue C M Y K H S L
Decimal 65 18 153 0.58 0.88 0 0.4 260.89 0.79 0.34
Hex 41 12 99 3A 58 0 28 105 4F 22
Octal 101 22 231 72 130 0 50 405 117 42
Binary 1000001 10010 10011001 111010 1011000 0 101000 100000101 1001111 100010

Color Harmonies of #411299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411299

Black with #411299

Text Example


Text Example

White with #411299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411299; }

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

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

background-color css

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

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

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

border-color css

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

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

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