Html Css Color HEX #411089 Persian Indigo

📋 copy color: '#411089'

red 65 ◦ green 16 ◦ blue 137

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

Shades of Persian Indigo #411089

Tints of Persian Indigo #411089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 29.82%
G = 7.34%
B = 62.84%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#411089 (or 0x411089) is known color: Persian Indigo. HEX triplet: 41, 10 and 89. RGB value is (65,16,137). Sum of RGB (Red+Green+Blue) = 65+16+137=218 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.82% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #411089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411089 is #BEEF76. Grayscale: #2C2C2C. Windows color (decimal): -12513143 or 8982593. OLE color: 8982593.

HSL color Cylindrical-coordinate representation of color #411089: hue angle of 264.3º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411089 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 65 16 137 -
CMYK 0.53 0.88 0 0.46
HSL 264.3º 0.79% 0.3% -
HSV(B) 264.3º 0.88% 0.54% -
XYZ 6.88 3.3 23.94 -
YUV 44.45 180.23 142.66 -
System Red Green Blue C M Y K H S L
Decimal 65 16 137 0.53 0.88 0 0.46 264.3 0.79 0.3
Hex 41 10 89 35 58 0 2E 108 4F 1E
Octal 101 20 211 65 130 0 56 410 117 36
Binary 1000001 10000 10001001 110101 1011000 0 101110 100001000 1001111 11110

Color Harmonies of #411089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411089

Black with #411089

Text Example


Text Example

White with #411089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411089; }

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

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

background-color css

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

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

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

border-color css

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

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

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