Html Css Color HEX #401686 Persian Indigo

📋 copy color: '#401686'

red 64 ◦ green 22 ◦ blue 134

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

Shades of Persian Indigo #401686

Tints of Persian Indigo #401686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 60.91%

R = 29.09%
G = 10%
B = 60.91%

CMYK

 C value IS 0.52

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401686 (or 0x401686) is known color: Persian Indigo. HEX triplet: 40, 16 and 86. RGB value is (64,22,134). Sum of RGB (Red+Green+Blue) = 64+22+134=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 134 (52.73% from 255 or 60.91% from 220); Max value from RGB is 134 - color contains mainly: blue. Hex color #401686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401686 is #BFE979. Grayscale: #2E2E2E. Windows color (decimal): -12577146 or 8787520. OLE color: 8787520.

HSL color Cylindrical-coordinate representation of color #401686: hue angle of 262.5º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401686 is Cyan = 0.52, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 22 134 -
CMYK 0.52 0.84 0 0.47
HSL 262.5º 0.72% 0.31% -
HSV(B) 262.5º 0.84% 0.53% -
XYZ 6.7 3.39 22.85 -
YUV 47.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 64 22 134 0.52 0.84 0 0.47 262.5 0.72 0.31
Hex 40 16 86 34 54 0 2F 106 48 1F
Octal 100 26 206 64 124 0 57 406 110 37
Binary 1000000 10110 10000110 110100 1010100 0 101111 100000110 1001000 11111

Color Harmonies of #401686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401686

Black with #401686

Text Example


Text Example

White with #401686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401686; }

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

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

background-color css

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

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

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

border-color css

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

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

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