Html Css Color HEX #411098 Persian Indigo

📋 copy color: '#411098'

red 65 ◦ green 16 ◦ blue 152

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

Shades of Persian Indigo #411098

Tints of Persian Indigo #411098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.87%

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

R = 27.9%
G = 6.87%
B = 65.24%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#411098 (or 0x411098) is known color: Persian Indigo. HEX triplet: 41, 10 and 98. RGB value is (65,16,152). Sum of RGB (Red+Green+Blue) = 65+16+152=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 16 (6.64% from 255 or 6.87% from 233); Blue value is 152 (59.77% from 255 or 65.24% from 233); Max value from RGB is 152 - color contains mainly: blue. Hex color #411098 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411098 is #BEEF67. Grayscale: #2D2D2D. Windows color (decimal): -12513128 or 9965633. OLE color: 9965633.

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

Color convert

RGB 65 16 152 -
CMYK 0.57 0.89 0 0.40
HSL 261.62º 0.81% 0.33% -
HSV(B) 261.62º 0.89% 0.6% -
XYZ 8.03 3.76 30.01 -
YUV 46.16 187.73 141.44 -
System Red Green Blue C M Y K H S L
Decimal 65 16 152 0.57 0.89 0 0.40 261.62 0.81 0.33
Hex 41 10 98 39 59 0 28 106 51 21
Octal 101 20 230 71 131 0 50 406 121 41
Binary 1000001 10000 10011000 111001 1011001 0 101000 100000110 1010001 100001

Color Harmonies of #411098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411098

Black with #411098

Text Example


Text Example

White with #411098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411098; }

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

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

background-color css

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

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

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

border-color css

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

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

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