Html Css Color HEX #401078 Persian Indigo

📋 copy color: '#401078'

red 64 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #401078

Tints of Persian Indigo #401078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 60%

R = 32%
G = 8%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401078 (or 0x401078) is known color: Persian Indigo. HEX triplet: 40, 10 and 78. RGB value is (64,16,120). Sum of RGB (Red+Green+Blue) = 64+16+120=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 120 (47.27% from 255 or 60% from 200); Max value from RGB is 120 - color contains mainly: blue. Hex color #401078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401078 is #BFEF87. Grayscale: #292929. Windows color (decimal): -12578696 or 7868480. OLE color: 7868480.

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

Color convert

RGB 64 16 120 -
CMYK 0.47 0.87 0 0.53
HSL 267.69º 0.76% 0.27% -
HSV(B) 267.69º 0.87% 0.47% -
XYZ 5.69 2.82 18.01 -
YUV 42.21 171.9 143.54 -
System Red Green Blue C M Y K H S L
Decimal 64 16 120 0.47 0.87 0 0.53 267.69 0.76 0.27
Hex 40 10 78 2F 57 0 35 10C 4C 1B
Octal 100 20 170 57 127 0 65 414 114 33
Binary 1000000 10000 1111000 101111 1010111 0 110101 100001100 1001100 11011

Color Harmonies of #401078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401078

Black with #401078

Text Example


Text Example

White with #401078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401078; }

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

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

background-color css

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

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

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

border-color css

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

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

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