Html Css Color HEX #401096 Persian Indigo

📋 copy color: '#401096'

red 64 ◦ green 16 ◦ blue 150

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

Shades of Persian Indigo #401096

Tints of Persian Indigo #401096

RGB

 RED value IS 64 (25.39% from 255) = 27.83%

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

 BLUE value IS 150 (58.98% from 255) = 65.22%

R = 27.83%
G = 6.96%
B = 65.22%

CMYK

 C value IS 0.57

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#401096 (or 0x401096) is known color: Persian Indigo. HEX triplet: 40, 10 and 96. RGB value is (64,16,150). Sum of RGB (Red+Green+Blue) = 64+16+150=230 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.83% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #401096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401096 is #BFEF69. Grayscale: #2D2D2D. Windows color (decimal): -12578666 or 9834560. OLE color: 9834560.

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

Color convert

RGB 64 16 150 -
CMYK 0.57 0.89 0 0.41
HSL 261.49º 0.81% 0.33% -
HSV(B) 261.49º 0.89% 0.59% -
XYZ 7.8 3.66 29.15 -
YUV 45.63 186.9 141.1 -
System Red Green Blue C M Y K H S L
Decimal 64 16 150 0.57 0.89 0 0.41 261.49 0.81 0.33
Hex 40 10 96 39 59 0 29 105 51 21
Octal 100 20 226 71 131 0 51 405 121 41
Binary 1000000 10000 10010110 111001 1011001 0 101001 100000101 1010001 100001

Color Harmonies of #401096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401096

Black with #401096

Text Example


Text Example

White with #401096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401096; }

 p { color: rgb(64,16,150); }

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

background-color css

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

 a { background-color: rgb(64,16,150); }

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

border-color css

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

 span { border-color: rgb(64,16,150); }

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