Html Css Color HEX #411695 Persian Indigo

📋 copy color: '#411695'

red 65 ◦ green 22 ◦ blue 149

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

Shades of Persian Indigo #411695

Tints of Persian Indigo #411695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 27.54%
G = 9.32%
B = 63.14%

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

#411695 (or 0x411695) is known color: Persian Indigo. HEX triplet: 41, 16 and 95. RGB value is (65,22,149). Sum of RGB (Red+Green+Blue) = 65+22+149=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 149 (58.59% from 255 or 63.14% from 236); Max value from RGB is 149 - color contains mainly: blue. Hex color #411695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411695 is #BEE96A. Grayscale: #303030. Windows color (decimal): -12511595 or 9770561. OLE color: 9770561.

HSL color Cylindrical-coordinate representation of color #411695: hue angle of 260.31º degrees, saturation: 0.74, 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 #411695 is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 22 149 -
CMYK 0.56 0.85 0 0.42
HSL 260.31º 0.74% 0.34% -
HSV(B) 260.31º 0.85% 0.58% -
XYZ 7.89 3.87 28.76 -
YUV 49.34 184.25 139.17 -
System Red Green Blue C M Y K H S L
Decimal 65 22 149 0.56 0.85 0 0.42 260.31 0.74 0.34
Hex 41 16 95 38 55 0 2A 104 4A 22
Octal 101 26 225 70 125 0 52 404 112 42
Binary 1000001 10110 10010101 111000 1010101 0 101010 100000100 1001010 100010

Color Harmonies of #411695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411695

Black with #411695

Text Example


Text Example

White with #411695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411695; }

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

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

background-color css

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

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

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

border-color css

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

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

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