Html Css Color HEX #411072 Persian Indigo

📋 copy color: '#411072'

red 65 ◦ green 16 ◦ blue 114

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

Shades of Persian Indigo #411072

Tints of Persian Indigo #411072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.21%

 BLUE value IS 114 (44.92% from 255) = 58.46%

R = 33.33%
G = 8.21%
B = 58.46%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411072 (or 0x411072) is known color: Persian Indigo. HEX triplet: 41, 10 and 72. RGB value is (65,16,114). Sum of RGB (Red+Green+Blue) = 65+16+114=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 114 (44.92% from 255 or 58.46% from 195); Max value from RGB is 114 - color contains mainly: blue. Hex color #411072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411072 is #BEEF8D. Grayscale: #292929. Windows color (decimal): -12513166 or 7475265. OLE color: 7475265.

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

Color convert

RGB 65 16 114 -
CMYK 0.43 0.86 0 0.55
HSL 270º 0.75% 0.25% -
HSV(B) 270º 0.86% 0.45% -
XYZ 5.4 2.71 16.16 -
YUV 41.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 65 16 114 0.43 0.86 0 0.55 270 0.75 0.25
Hex 41 10 72 2B 56 0 37 10E 4B 19
Octal 101 20 162 53 126 0 67 416 113 31
Binary 1000001 10000 1110010 101011 1010110 0 110111 100001110 1001011 11001

Color Harmonies of #411072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411072

Black with #411072

Text Example


Text Example

White with #411072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411072; }

 p { color: rgb(65,16,114); }

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

background-color css

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

 a { background-color: rgb(65,16,114); }

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

border-color css

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

 span { border-color: rgb(65,16,114); }

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