Html Css Color HEX #411395 Persian Indigo

📋 copy color: '#411395'

red 65 ◦ green 19 ◦ blue 149

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

Shades of Persian Indigo #411395

Tints of Persian Indigo #411395

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 27.9%
G = 8.15%
B = 63.95%

CMYK

 C value IS 0.56

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411395 (or 0x411395) is known color: Persian Indigo. HEX triplet: 41, 13 and 95. RGB value is (65,19,149). Sum of RGB (Red+Green+Blue) = 65+19+149=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #411395 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411395 is #BEEC6A. Grayscale: #2F2F2F. Windows color (decimal): -12512363 or 9769793. OLE color: 9769793.

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

Color convert

RGB 65 19 149 -
CMYK 0.56 0.87 0 0.42
HSL 261.23º 0.77% 0.33% -
HSV(B) 261.23º 0.87% 0.58% -
XYZ 7.84 3.76 28.75 -
YUV 47.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 65 19 149 0.56 0.87 0 0.42 261.23 0.77 0.33
Hex 41 13 95 38 57 0 2A 105 4D 21
Octal 101 23 225 70 127 0 52 405 115 41
Binary 1000001 10011 10010101 111000 1010111 0 101010 100000101 1001101 100001

Color Harmonies of #411395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411395

Black with #411395

Text Example


Text Example

White with #411395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411395; }

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

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

background-color css

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

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

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

border-color css

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

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

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