Html Css Color HEX #411899 Persian Indigo

📋 copy color: '#411899'

red 65 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #411899

Tints of Persian Indigo #411899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.92%

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

R = 26.86%
G = 9.92%
B = 63.22%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#411899 (or 0x411899) is known color: Persian Indigo. HEX triplet: 41, 18 and 99. RGB value is (65,24,153). Sum of RGB (Red+Green+Blue) = 65+24+153=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #411899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411899 is #BEE766. Grayscale: #323232. Windows color (decimal): -12511079 or 10033217. OLE color: 10033217.

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

Color convert

RGB 65 24 153 -
CMYK 0.58 0.84 0 0.4
HSL 259.07º 0.73% 0.35% -
HSV(B) 259.07º 0.84% 0.6% -
XYZ 8.26 4.08 30.49 -
YUV 50.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 65 24 153 0.58 0.84 0 0.4 259.07 0.73 0.35
Hex 41 18 99 3A 54 0 28 103 49 23
Octal 101 30 231 72 124 0 50 403 111 43
Binary 1000001 11000 10011001 111010 1010100 0 101000 100000011 1001001 100011

Color Harmonies of #411899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411899

Black with #411899

Text Example


Text Example

White with #411899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411899; }

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

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

background-color css

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

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

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

border-color css

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

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

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