Html Css Color HEX #411073 Persian Indigo

📋 copy color: '#411073'

red 65 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #411073

Tints of Persian Indigo #411073

RGB

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

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

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

R = 33.16%
G = 8.16%
B = 58.67%

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

#411073 (or 0x411073) is known color: Persian Indigo. HEX triplet: 41, 10 and 73. RGB value is (65,16,115). Sum of RGB (Red+Green+Blue) = 65+16+115=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 115 (45.31% from 255 or 58.67% from 196); Max value from RGB is 115 - color contains mainly: blue. Hex color #411073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411073 is #BEEF8C. Grayscale: #292929. Windows color (decimal): -12513165 or 7540801. OLE color: 7540801.

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

Color convert

RGB 65 16 115 -
CMYK 0.43 0.86 0 0.55
HSL 269.7º 0.76% 0.26% -
HSV(B) 269.7º 0.86% 0.45% -
XYZ 5.46 2.73 16.46 -
YUV 41.94 169.23 144.45 -
System Red Green Blue C M Y K H S L
Decimal 65 16 115 0.43 0.86 0 0.55 269.7 0.76 0.26
Hex 41 10 73 2B 56 0 37 10E 4C 1A
Octal 101 20 163 53 126 0 67 416 114 32
Binary 1000001 10000 1110011 101011 1010110 0 110111 100001110 1001100 11010

Color Harmonies of #411073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411073

Black with #411073

Text Example


Text Example

White with #411073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411073; }

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

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

background-color css

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

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

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

border-color css

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

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

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