Html Css Color HEX #411A9E Persian Indigo

📋 copy color: '#411A9E'

red 65 ◦ green 26 ◦ blue 158

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

Shades of Persian Indigo #411A9E

Tints of Persian Indigo #411A9E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.44%

 BLUE value IS 158 (62.11% from 255) = 63.45%

R = 26.1%
G = 10.44%
B = 63.45%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#411A9E (or 0x411A9E) is known color: Persian Indigo. HEX triplet: 41, 1A and 9E. RGB value is (65,26,158). Sum of RGB (Red+Green+Blue) = 65+26+158=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 26 (10.55% from 255 or 10.44% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #411A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A9E is #BEE561. Grayscale: #343434. Windows color (decimal): -12510562 or 10361409. OLE color: 10361409.

HSL color Cylindrical-coordinate representation of color #411A9E: hue angle of 257.73º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411A9E is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 65 26 158 -
CMYK 0.59 0.84 0 0.38
HSL 257.73º 0.72% 0.36% -
HSV(B) 257.73º 0.84% 0.62% -
XYZ 8.72 4.33 32.72 -
YUV 52.71 187.42 136.77 -
System Red Green Blue C M Y K H S L
Decimal 65 26 158 0.59 0.84 0 0.38 257.73 0.72 0.36
Hex 41 1A 9E 3B 54 0 26 102 48 24
Octal 101 32 236 73 124 0 46 402 110 44
Binary 1000001 11010 10011110 111011 1010100 0 100110 100000010 1001000 100100

Color Harmonies of #411A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411A9E

Black with #411A9E

Text Example


Text Example

White with #411A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,26,158); }

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

background-color css

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

 a { background-color: rgb(65,26,158); }

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

border-color css

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

 span { border-color: rgb(65,26,158); }

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