Html Css Color HEX #411773 Persian Indigo

📋 copy color: '#411773'

red 65 ◦ green 23 ◦ blue 115

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

Shades of Persian Indigo #411773

Tints of Persian Indigo #411773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 56.65%

R = 32.02%
G = 11.33%
B = 56.65%

CMYK

 C value IS 0.43

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411773 (or 0x411773) is known color: Persian Indigo. HEX triplet: 41, 17 and 73. RGB value is (65,23,115). Sum of RGB (Red+Green+Blue) = 65+23+115=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #411773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411773 is #BEE88C. Grayscale: #2D2D2D. Windows color (decimal): -12511373 or 7542593. OLE color: 7542593.

HSL color Cylindrical-coordinate representation of color #411773: hue angle of 267.39º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411773 is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 23 115 -
CMYK 0.43 0.80 0 0.55
HSL 267.39º 0.67% 0.27% -
HSV(B) 267.39º 0.8% 0.45% -
XYZ 5.58 2.97 16.5 -
YUV 46.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 65 23 115 0.43 0.80 0 0.55 267.39 0.67 0.27
Hex 41 17 73 2B 50 0 37 10B 43 1B
Octal 101 27 163 53 120 0 67 413 103 33
Binary 1000001 10111 1110011 101011 1010000 0 110111 100001011 1000011 11011

Color Harmonies of #411773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411773

Black with #411773

Text Example


Text Example

White with #411773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411773; }

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

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

background-color css

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

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

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

border-color css

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

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

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