Html Css Color HEX #411194 Persian Indigo

📋 copy color: '#411194'

red 65 ◦ green 17 ◦ blue 148

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

Shades of Persian Indigo #411194

Tints of Persian Indigo #411194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

 BLUE value IS 148 (58.2% from 255) = 64.35%

R = 28.26%
G = 7.39%
B = 64.35%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411194 (or 0x411194) is known color: Persian Indigo. HEX triplet: 41, 11 and 94. RGB value is (65,17,148). Sum of RGB (Red+Green+Blue) = 65+17+148=230 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.26% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 148 (58.20% from 255 or 64.35% from 230); Max value from RGB is 148 - color contains mainly: blue. Hex color #411194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411194 is #BEEE6B. Grayscale: #2D2D2D. Windows color (decimal): -12512876 or 9703745. OLE color: 9703745.

HSL color Cylindrical-coordinate representation of color #411194: hue angle of 261.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #411194 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 17 148 -
CMYK 0.56 0.89 0 0.42
HSL 261.98º 0.79% 0.32% -
HSV(B) 261.98º 0.89% 0.58% -
XYZ 7.73 3.66 28.32 -
YUV 46.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 65 17 148 0.56 0.89 0 0.42 261.98 0.79 0.32
Hex 41 11 94 38 59 0 2A 106 4F 20
Octal 101 21 224 70 131 0 52 406 117 40
Binary 1000001 10001 10010100 111000 1011001 0 101010 100000110 1001111 100000

Color Harmonies of #411194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411194

Black with #411194

Text Example


Text Example

White with #411194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411194; }

 p { color: rgb(65,17,148); }

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

background-color css

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

 a { background-color: rgb(65,17,148); }

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

border-color css

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

 span { border-color: rgb(65,17,148); }

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