Html Css Color HEX #411672 Persian Indigo

📋 copy color: '#411672'

red 65 ◦ green 22 ◦ blue 114

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

Shades of Persian Indigo #411672

Tints of Persian Indigo #411672

RGB

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

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

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

R = 32.34%
G = 10.95%
B = 56.72%

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

#411672 (or 0x411672) is known color: Persian Indigo. HEX triplet: 41, 16 and 72. RGB value is (65,22,114). Sum of RGB (Red+Green+Blue) = 65+22+114=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #411672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411672 is #BEE98D. Grayscale: #2D2D2D. Windows color (decimal): -12511630 or 7476801. OLE color: 7476801.

HSL color Cylindrical-coordinate representation of color #411672: hue angle of 268.04º 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 #411672 is Cyan = 0.43, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 22 114 -
CMYK 0.43 0.81 0 0.55
HSL 268.04º 0.68% 0.27% -
HSV(B) 268.04º 0.81% 0.45% -
XYZ 5.5 2.91 16.19 -
YUV 45.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 65 22 114 0.43 0.81 0 0.55 268.04 0.68 0.27
Hex 41 16 72 2B 51 0 37 10C 44 1B
Octal 101 26 162 53 121 0 67 414 104 33
Binary 1000001 10110 1110010 101011 1010001 0 110111 100001100 1000100 11011

Color Harmonies of #411672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411672

Black with #411672

Text Example


Text Example

White with #411672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411672; }

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

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

background-color css

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

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

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

border-color css

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

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

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