Html Css Color HEX #401384 Persian Indigo

📋 copy color: '#401384'

red 64 ◦ green 19 ◦ blue 132

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

Shades of Persian Indigo #401384

Tints of Persian Indigo #401384

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.84%

 BLUE value IS 132 (51.95% from 255) = 61.4%

R = 29.77%
G = 8.84%
B = 61.4%

CMYK

 C value IS 0.52

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401384 (or 0x401384) is known color: Persian Indigo. HEX triplet: 40, 13 and 84. RGB value is (64,19,132). Sum of RGB (Red+Green+Blue) = 64+19+132=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 19 (7.81% from 255 or 8.84% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #401384 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401384 is #BFEC7B. Grayscale: #2C2C2C. Windows color (decimal): -12577916 or 8655680. OLE color: 8655680.

HSL color Cylindrical-coordinate representation of color #401384: hue angle of 263.89º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401384 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 19 132 -
CMYK 0.52 0.86 0 0.48
HSL 263.89º 0.75% 0.3% -
HSV(B) 263.89º 0.86% 0.52% -
XYZ 6.51 3.22 22.11 -
YUV 45.34 176.91 141.31 -
System Red Green Blue C M Y K H S L
Decimal 64 19 132 0.52 0.86 0 0.48 263.89 0.75 0.3
Hex 40 13 84 34 56 0 30 108 4B 1E
Octal 100 23 204 64 126 0 60 410 113 36
Binary 1000000 10011 10000100 110100 1010110 0 110000 100001000 1001011 11110

Color Harmonies of #401384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401384

Black with #401384

Text Example


Text Example

White with #401384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401384; }

 p { color: rgb(64,19,132); }

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

background-color css

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

 a { background-color: rgb(64,19,132); }

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

border-color css

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

 span { border-color: rgb(64,19,132); }

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