Html Css Color HEX #411975 Persian Indigo

📋 copy color: '#411975'

red 65 ◦ green 25 ◦ blue 117

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

Shades of Persian Indigo #411975

Tints of Persian Indigo #411975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 31.4%
G = 12.08%
B = 56.52%

CMYK

 C value IS 0.44

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#411975 (or 0x411975) is known color: Persian Indigo. HEX triplet: 41, 19 and 75. RGB value is (65,25,117). Sum of RGB (Red+Green+Blue) = 65+25+117=207 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.40% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 117 (46.09% from 255 or 56.52% from 207); Max value from RGB is 117 - color contains mainly: blue. Hex color #411975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411975 is #BEE68A. Grayscale: #2F2F2F. Windows color (decimal): -12510859 or 7674177. OLE color: 7674177.

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

Color convert

RGB 65 25 117 -
CMYK 0.44 0.79 0 0.54
HSL 266.09º 0.65% 0.28% -
HSV(B) 266.09º 0.79% 0.46% -
XYZ 5.74 3.1 17.13 -
YUV 47.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 65 25 117 0.44 0.79 0 0.54 266.09 0.65 0.28
Hex 41 19 75 2C 4F 0 36 10A 41 1C
Octal 101 31 165 54 117 0 66 412 101 34
Binary 1000001 11001 1110101 101100 1001111 0 110110 100001010 1000001 11100

Color Harmonies of #411975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411975

Black with #411975

Text Example


Text Example

White with #411975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411975; }

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

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

background-color css

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

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

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

border-color css

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

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

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