Html Css Color HEX #411095 Persian Indigo

📋 copy color: '#411095'

red 65 ◦ green 16 ◦ blue 149

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

Shades of Persian Indigo #411095

Tints of Persian Indigo #411095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 64.78%

R = 28.26%
G = 6.96%
B = 64.78%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411095 (or 0x411095) is known color: Persian Indigo. HEX triplet: 41, 10 and 95. RGB value is (65,16,149). Sum of RGB (Red+Green+Blue) = 65+16+149=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #411095 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411095 is #BEEF6A. Grayscale: #2D2D2D. Windows color (decimal): -12513131 or 9769025. OLE color: 9769025.

HSL color Cylindrical-coordinate representation of color #411095: hue angle of 262.11º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411095 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 16 149 -
CMYK 0.56 0.89 0 0.42
HSL 262.11º 0.81% 0.32% -
HSV(B) 262.11º 0.89% 0.58% -
XYZ 7.79 3.66 28.73 -
YUV 45.81 186.23 141.69 -
System Red Green Blue C M Y K H S L
Decimal 65 16 149 0.56 0.89 0 0.42 262.11 0.81 0.32
Hex 41 10 95 38 59 0 2A 106 51 20
Octal 101 20 225 70 131 0 52 406 121 40
Binary 1000001 10000 10010101 111000 1011001 0 101010 100000110 1010001 100000

Color Harmonies of #411095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411095

Black with #411095

Text Example


Text Example

White with #411095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411095; }

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

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

background-color css

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

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

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

border-color css

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

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

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