Html Css Color HEX #411674 Persian Indigo

📋 copy color: '#411674'

red 65 ◦ green 22 ◦ blue 116

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

Shades of Persian Indigo #411674

Tints of Persian Indigo #411674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 57.14%

R = 32.02%
G = 10.84%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411674 (or 0x411674) is known color: Persian Indigo. HEX triplet: 41, 16 and 74. RGB value is (65,22,116). Sum of RGB (Red+Green+Blue) = 65+22+116=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #411674 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411674 is #BEE98B. Grayscale: #2D2D2D. Windows color (decimal): -12511628 or 7607873. OLE color: 7607873.

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

Color convert

RGB 65 22 116 -
CMYK 0.44 0.81 0 0.55
HSL 267.45º 0.68% 0.27% -
HSV(B) 267.45º 0.81% 0.45% -
XYZ 5.62 2.96 16.8 -
YUV 45.57 167.75 141.86 -
System Red Green Blue C M Y K H S L
Decimal 65 22 116 0.44 0.81 0 0.55 267.45 0.68 0.27
Hex 41 16 74 2C 51 0 37 10B 44 1B
Octal 101 26 164 54 121 0 67 413 104 33
Binary 1000001 10110 1110100 101100 1010001 0 110111 100001011 1000100 11011

Color Harmonies of #411674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411674

Black with #411674

Text Example


Text Example

White with #411674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411674; }

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

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

background-color css

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

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

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

border-color css

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

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

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