Html Css Color HEX #411C94 Persian Indigo

📋 copy color: '#411C94'

red 65 ◦ green 28 ◦ blue 148

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

Shades of Persian Indigo #411C94

Tints of Persian Indigo #411C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.62%

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

R = 26.97%
G = 11.62%
B = 61.41%

CMYK

 C value IS 0.56

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#411C94 (or 0x411C94) is known color: Persian Indigo. HEX triplet: 41, 1C and 94. RGB value is (65,28,148). Sum of RGB (Red+Green+Blue) = 65+28+148=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 148 (58.20% from 255 or 61.41% from 241); Max value from RGB is 148 - color contains mainly: blue. Hex color #411C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C94 is #BEE36B. Grayscale: #343434. Windows color (decimal): -12510060 or 9706561. OLE color: 9706561.

HSL color Cylindrical-coordinate representation of color #411C94: hue angle of 258.5º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #411C94 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 28 148 -
CMYK 0.56 0.81 0 0.42
HSL 258.5º 0.68% 0.35% -
HSV(B) 258.5º 0.81% 0.58% -
XYZ 7.94 4.09 28.39 -
YUV 52.74 181.76 136.74 -
System Red Green Blue C M Y K H S L
Decimal 65 28 148 0.56 0.81 0 0.42 258.5 0.68 0.35
Hex 41 1C 94 38 51 0 2A 102 44 23
Octal 101 34 224 70 121 0 52 402 104 43
Binary 1000001 11100 10010100 111000 1010001 0 101010 100000010 1000100 100011

Color Harmonies of #411C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411C94

Black with #411C94

Text Example


Text Example

White with #411C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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