Html Css Color HEX #411795 Persian Indigo

📋 copy color: '#411795'

red 65 ◦ green 23 ◦ blue 149

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

Shades of Persian Indigo #411795

Tints of Persian Indigo #411795

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

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

R = 27.43%
G = 9.7%
B = 62.87%

CMYK

 C value IS 0.56

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411795 (or 0x411795) is known color: Persian Indigo. HEX triplet: 41, 17 and 95. RGB value is (65,23,149). Sum of RGB (Red+Green+Blue) = 65+23+149=237 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.43% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #411795 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411795 is #BEE86A. Grayscale: #313131. Windows color (decimal): -12511339 or 9770817. OLE color: 9770817.

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

Color convert

RGB 65 23 149 -
CMYK 0.56 0.85 0 0.42
HSL 260º 0.73% 0.34% -
HSV(B) 260º 0.85% 0.58% -
XYZ 7.91 3.91 28.77 -
YUV 49.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 65 23 149 0.56 0.85 0 0.42 260 0.73 0.34
Hex 41 17 95 38 55 0 2A 104 49 22
Octal 101 27 225 70 125 0 52 404 111 42
Binary 1000001 10111 10010101 111000 1010101 0 101010 100000100 1001001 100010

Color Harmonies of #411795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411795

Black with #411795

Text Example


Text Example

White with #411795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411795; }

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

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

background-color css

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

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

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

border-color css

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

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

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