Html Css Color HEX #401680 Persian Indigo

📋 copy color: '#401680'

red 64 ◦ green 22 ◦ blue 128

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

Shades of Persian Indigo #401680

Tints of Persian Indigo #401680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 59.81%

R = 29.91%
G = 10.28%
B = 59.81%

CMYK

 C value IS 0.5

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#401680 (or 0x401680) is known color: Persian Indigo. HEX triplet: 40, 16 and 80. RGB value is (64,22,128). Sum of RGB (Red+Green+Blue) = 64+22+128=214 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.91% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 128 (50.39% from 255 or 59.81% from 214); Max value from RGB is 128 - color contains mainly: blue. Hex color #401680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401680 is #BFE97F. Grayscale: #2E2E2E. Windows color (decimal): -12577152 or 8394304. OLE color: 8394304.

HSL color Cylindrical-coordinate representation of color #401680: hue angle of 263.77º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401680 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 22 128 -
CMYK 0.5 0.83 0 0.50
HSL 263.77º 0.71% 0.29% -
HSV(B) 263.77º 0.83% 0.5% -
XYZ 6.3 3.22 20.71 -
YUV 46.64 173.91 140.38 -
System Red Green Blue C M Y K H S L
Decimal 64 22 128 0.5 0.83 0 0.50 263.77 0.71 0.29
Hex 40 16 80 32 53 0 32 108 47 1D
Octal 100 26 200 62 123 0 62 410 107 35
Binary 1000000 10110 10000000 110010 1010011 0 110010 100001000 1000111 11101

Color Harmonies of #401680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401680

Black with #401680

Text Example


Text Example

White with #401680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401680; }

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

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

background-color css

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

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

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

border-color css

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

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

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