Html Css Color HEX #401084 Persian Indigo

📋 copy color: '#401084'

red 64 ◦ green 16 ◦ blue 132

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

Shades of Persian Indigo #401084

Tints of Persian Indigo #401084

RGB

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

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

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

R = 30.19%
G = 7.55%
B = 62.26%

CMYK

 C value IS 0.52

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#401084 (or 0x401084) is known color: Persian Indigo. HEX triplet: 40, 10 and 84. RGB value is (64,16,132). Sum of RGB (Red+Green+Blue) = 64+16+132=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #401084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401084 is #BFEF7B. Grayscale: #2B2B2B. Windows color (decimal): -12578684 or 8654912. OLE color: 8654912.

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

Color convert

RGB 64 16 132 -
CMYK 0.52 0.88 0 0.48
HSL 264.83º 0.78% 0.29% -
HSV(B) 264.83º 0.88% 0.52% -
XYZ 6.46 3.13 22.09 -
YUV 43.58 177.9 142.57 -
System Red Green Blue C M Y K H S L
Decimal 64 16 132 0.52 0.88 0 0.48 264.83 0.78 0.29
Hex 40 10 84 34 58 0 30 109 4E 1D
Octal 100 20 204 64 130 0 60 411 116 35
Binary 1000000 10000 10000100 110100 1011000 0 110000 100001001 1001110 11101

Color Harmonies of #401084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401084

Black with #401084

Text Example


Text Example

White with #401084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401084; }

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

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

background-color css

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

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

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

border-color css

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

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

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