Html Css Color HEX #401087 Persian Indigo

📋 copy color: '#401087'

red 64 ◦ green 16 ◦ blue 135

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

Shades of Persian Indigo #401087

Tints of Persian Indigo #401087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 62.79%

R = 29.77%
G = 7.44%
B = 62.79%

CMYK

 C value IS 0.53

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#401087 (or 0x401087) is known color: Persian Indigo. HEX triplet: 40, 10 and 87. RGB value is (64,16,135). Sum of RGB (Red+Green+Blue) = 64+16+135=215 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.77% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 135 (53.12% from 255 or 62.79% from 215); Max value from RGB is 135 - color contains mainly: blue. Hex color #401087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401087 is #BFEF78. Grayscale: #2B2B2B. Windows color (decimal): -12578681 or 8851520. OLE color: 8851520.

HSL color Cylindrical-coordinate representation of color #401087: hue angle of 264.2º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #401087 is Cyan = 0.53, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 64 16 135 -
CMYK 0.53 0.88 0 0.47
HSL 264.2º 0.79% 0.3% -
HSV(B) 264.2º 0.88% 0.53% -
XYZ 6.67 3.21 23.19 -
YUV 43.92 179.4 142.32 -
System Red Green Blue C M Y K H S L
Decimal 64 16 135 0.53 0.88 0 0.47 264.2 0.79 0.3
Hex 40 10 87 35 58 0 2F 108 4F 1E
Octal 100 20 207 65 130 0 57 410 117 36
Binary 1000000 10000 10000111 110101 1011000 0 101111 100001000 1001111 11110

Color Harmonies of #401087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401087

Black with #401087

Text Example


Text Example

White with #401087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401087; }

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

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

background-color css

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

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

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

border-color css

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

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

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