Html Css Color HEX #411673 Persian Indigo

📋 copy color: '#411673'

red 65 ◦ green 22 ◦ blue 115

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

Shades of Persian Indigo #411673

Tints of Persian Indigo #411673

RGB

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

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

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

R = 32.18%
G = 10.89%
B = 56.93%

CMYK

 C value IS 0.43

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411673 (or 0x411673) is known color: Persian Indigo. HEX triplet: 41, 16 and 73. RGB value is (65,22,115). Sum of RGB (Red+Green+Blue) = 65+22+115=202 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.18% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #411673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411673 is #BEE98C. Grayscale: #2D2D2D. Windows color (decimal): -12511629 or 7542337. OLE color: 7542337.

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

Color convert

RGB 65 22 115 -
CMYK 0.43 0.81 0 0.55
HSL 267.74º 0.68% 0.27% -
HSV(B) 267.74º 0.81% 0.45% -
XYZ 5.56 2.94 16.49 -
YUV 45.46 167.25 141.94 -
System Red Green Blue C M Y K H S L
Decimal 65 22 115 0.43 0.81 0 0.55 267.74 0.68 0.27
Hex 41 16 73 2B 51 0 37 10C 44 1B
Octal 101 26 163 53 121 0 67 414 104 33
Binary 1000001 10110 1110011 101011 1010001 0 110111 100001100 1000100 11011

Color Harmonies of #411673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411673

Black with #411673

Text Example


Text Example

White with #411673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411673; }

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

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

background-color css

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

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

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

border-color css

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

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

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