Html Css Color HEX #401696 Persian Indigo

📋 copy color: '#401696'

red 64 ◦ green 22 ◦ blue 150

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

Shades of Persian Indigo #401696

Tints of Persian Indigo #401696

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.32%

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

R = 27.12%
G = 9.32%
B = 63.56%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#401696 (or 0x401696) is known color: Persian Indigo. HEX triplet: 40, 16 and 96. RGB value is (64,22,150). Sum of RGB (Red+Green+Blue) = 64+22+150=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 150 (58.98% from 255 or 63.56% from 236); Max value from RGB is 150 - color contains mainly: blue. Hex color #401696 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401696 is #BFE969. Grayscale: #303030. Windows color (decimal): -12577130 or 9836096. OLE color: 9836096.

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

Color convert

RGB 64 22 150 -
CMYK 0.57 0.85 0 0.41
HSL 259.69º 0.74% 0.34% -
HSV(B) 259.69º 0.85% 0.59% -
XYZ 7.91 3.87 29.18 -
YUV 49.15 184.91 138.59 -
System Red Green Blue C M Y K H S L
Decimal 64 22 150 0.57 0.85 0 0.41 259.69 0.74 0.34
Hex 40 16 96 39 55 0 29 104 4A 22
Octal 100 26 226 71 125 0 51 404 112 42
Binary 1000000 10110 10010110 111001 1010101 0 101001 100000100 1001010 100010

Color Harmonies of #401696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401696

Black with #401696

Text Example


Text Example

White with #401696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401696; }

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

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

background-color css

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

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

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

border-color css

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

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

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