Html Css Color HEX #411873 Persian Indigo

📋 copy color: '#411873'

red 65 ◦ green 24 ◦ blue 115

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

Shades of Persian Indigo #411873

Tints of Persian Indigo #411873

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.76%

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

R = 31.86%
G = 11.76%
B = 56.37%

CMYK

 C value IS 0.43

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411873 (or 0x411873) is known color: Persian Indigo. HEX triplet: 41, 18 and 73. RGB value is (65,24,115). Sum of RGB (Red+Green+Blue) = 65+24+115=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #411873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411873 is #BEE78C. Grayscale: #2E2E2E. Windows color (decimal): -12511117 or 7542849. OLE color: 7542849.

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

Color convert

RGB 65 24 115 -
CMYK 0.43 0.79 0 0.55
HSL 267.03º 0.65% 0.27% -
HSV(B) 267.03º 0.79% 0.45% -
XYZ 5.6 3.01 16.51 -
YUV 46.63 166.58 141.1 -
System Red Green Blue C M Y K H S L
Decimal 65 24 115 0.43 0.79 0 0.55 267.03 0.65 0.27
Hex 41 18 73 2B 4F 0 37 10B 41 1B
Octal 101 30 163 53 117 0 67 413 101 33
Binary 1000001 11000 1110011 101011 1001111 0 110111 100001011 1000001 11011

Color Harmonies of #411873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411873

Black with #411873

Text Example


Text Example

White with #411873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411873; }

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

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

background-color css

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

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

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

border-color css

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

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

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