Html Css Color HEX #411774 Persian Indigo

📋 copy color: '#411774'

red 65 ◦ green 23 ◦ blue 116

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

Shades of Persian Indigo #411774

Tints of Persian Indigo #411774

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.27%

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

R = 31.86%
G = 11.27%
B = 56.86%

CMYK

 C value IS 0.44

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#411774 (or 0x411774) is known color: Persian Indigo. HEX triplet: 41, 17 and 74. RGB value is (65,23,116). Sum of RGB (Red+Green+Blue) = 65+23+116=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #411774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411774 is #BEE88B. Grayscale: #2D2D2D. Windows color (decimal): -12511372 or 7608129. OLE color: 7608129.

HSL color Cylindrical-coordinate representation of color #411774: hue angle of 267.1º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411774 is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 23 116 -
CMYK 0.44 0.80 0 0.55
HSL 267.1º 0.67% 0.27% -
HSV(B) 267.1º 0.8% 0.45% -
XYZ 5.64 3 16.8 -
YUV 46.16 167.41 141.44 -
System Red Green Blue C M Y K H S L
Decimal 65 23 116 0.44 0.80 0 0.55 267.1 0.67 0.27
Hex 41 17 74 2C 50 0 37 10B 43 1B
Octal 101 27 164 54 120 0 67 413 103 33
Binary 1000001 10111 1110100 101100 1010000 0 110111 100001011 1000011 11011

Color Harmonies of #411774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411774

Black with #411774

Text Example


Text Example

White with #411774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411774; }

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

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

background-color css

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

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

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

border-color css

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

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

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