Html Css Color HEX #411675 Persian Indigo

📋 copy color: '#411675'

red 65 ◦ green 22 ◦ blue 117

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

Shades of Persian Indigo #411675

Tints of Persian Indigo #411675

RGB

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

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

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

R = 31.86%
G = 10.78%
B = 57.35%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411675 (or 0x411675) is known color: Persian Indigo. HEX triplet: 41, 16 and 75. RGB value is (65,22,117). Sum of RGB (Red+Green+Blue) = 65+22+117=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 22 (8.98% from 255 or 10.78% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #411675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411675 is #BEE98A. Grayscale: #2D2D2D. Windows color (decimal): -12511627 or 7673409. OLE color: 7673409.

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

Color convert

RGB 65 22 117 -
CMYK 0.44 0.81 0 0.54
HSL 267.16º 0.68% 0.27% -
HSV(B) 267.16º 0.81% 0.46% -
XYZ 5.68 2.98 17.11 -
YUV 45.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 65 22 117 0.44 0.81 0 0.54 267.16 0.68 0.27
Hex 41 16 75 2C 51 0 36 10B 44 1B
Octal 101 26 165 54 121 0 66 413 104 33
Binary 1000001 10110 1110101 101100 1010001 0 110110 100001011 1000100 11011

Color Harmonies of #411675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411675

Black with #411675

Text Example


Text Example

White with #411675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411675; }

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

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

background-color css

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

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

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

border-color css

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

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

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