Html Css Color HEX #411375 Persian Indigo

📋 copy color: '#411375'

red 65 ◦ green 19 ◦ blue 117

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

Shades of Persian Indigo #411375

Tints of Persian Indigo #411375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

 BLUE value IS 117 (46.09% from 255) = 58.21%

R = 32.34%
G = 9.45%
B = 58.21%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411375 (or 0x411375) is known color: Persian Indigo. HEX triplet: 41, 13 and 75. RGB value is (65,19,117). Sum of RGB (Red+Green+Blue) = 65+19+117=201 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.34% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #411375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411375 is #BEEC8A. Grayscale: #2B2B2B. Windows color (decimal): -12512395 or 7672641. OLE color: 7672641.

HSL color Cylindrical-coordinate representation of color #411375: hue angle of 268.16º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411375 is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 19 117 -
CMYK 0.44 0.84 0 0.54
HSL 268.16º 0.72% 0.27% -
HSV(B) 268.16º 0.84% 0.46% -
XYZ 5.62 2.87 17.09 -
YUV 43.93 169.24 143.03 -
System Red Green Blue C M Y K H S L
Decimal 65 19 117 0.44 0.84 0 0.54 268.16 0.72 0.27
Hex 41 13 75 2C 54 0 36 10C 48 1B
Octal 101 23 165 54 124 0 66 414 110 33
Binary 1000001 10011 1110101 101100 1010100 0 110110 100001100 1001000 11011

Color Harmonies of #411375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411375

Black with #411375

Text Example


Text Example

White with #411375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411375; }

 p { color: rgb(65,19,117); }

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

background-color css

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

 a { background-color: rgb(65,19,117); }

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

border-color css

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

 span { border-color: rgb(65,19,117); }

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