Html Css Color HEX #411998 Persian Indigo

📋 copy color: '#411998'

red 65 ◦ green 25 ◦ blue 152

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

Shades of Persian Indigo #411998

Tints of Persian Indigo #411998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 62.81%

R = 26.86%
G = 10.33%
B = 62.81%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#411998 (or 0x411998) is known color: Persian Indigo. HEX triplet: 41, 19 and 98. RGB value is (65,25,152). Sum of RGB (Red+Green+Blue) = 65+25+152=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 152 (59.77% from 255 or 62.81% from 242); Max value from RGB is 152 - color contains mainly: blue. Hex color #411998 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411998 is #BEE667. Grayscale: #323232. Windows color (decimal): -12510824 or 9967937. OLE color: 9967937.

HSL color Cylindrical-coordinate representation of color #411998: hue angle of 258.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411998 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 25 152 -
CMYK 0.57 0.84 0 0.40
HSL 258.9º 0.72% 0.35% -
HSV(B) 258.9º 0.84% 0.6% -
XYZ 8.2 4.09 30.06 -
YUV 51.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 65 25 152 0.57 0.84 0 0.40 258.9 0.72 0.35
Hex 41 19 98 39 54 0 28 103 48 23
Octal 101 31 230 71 124 0 50 403 110 43
Binary 1000001 11001 10011000 111001 1010100 0 101000 100000011 1001000 100011

Color Harmonies of #411998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411998

Black with #411998

Text Example


Text Example

White with #411998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411998; }

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

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

background-color css

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

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

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

border-color css

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

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

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