Html Css Color HEX #411978 Persian Indigo

📋 copy color: '#411978'

red 65 ◦ green 25 ◦ blue 120

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

Shades of Persian Indigo #411978

Tints of Persian Indigo #411978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 57.14%

R = 30.95%
G = 11.9%
B = 57.14%

CMYK

 C value IS 0.46

 M value IS 0.79

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#411978 (or 0x411978) is known color: Persian Indigo. HEX triplet: 41, 19 and 78. RGB value is (65,25,120). Sum of RGB (Red+Green+Blue) = 65+25+120=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #411978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411978 is #BEE687. Grayscale: #2F2F2F. Windows color (decimal): -12510856 or 7870785. OLE color: 7870785.

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

Color convert

RGB 65 25 120 -
CMYK 0.46 0.79 0 0.53
HSL 265.26º 0.66% 0.28% -
HSV(B) 265.26º 0.79% 0.47% -
XYZ 5.92 3.18 18.07 -
YUV 47.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 65 25 120 0.46 0.79 0 0.53 265.26 0.66 0.28
Hex 41 19 78 2E 4F 0 35 109 42 1C
Octal 101 31 170 56 117 0 65 411 102 34
Binary 1000001 11001 1111000 101110 1001111 0 110101 100001001 1000010 11100

Color Harmonies of #411978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411978

Black with #411978

Text Example


Text Example

White with #411978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411978; }

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

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

background-color css

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

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

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

border-color css

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

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

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