Html Css Color HEX #401178 Persian Indigo

📋 copy color: '#401178'

red 64 ◦ green 17 ◦ blue 120

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

Shades of Persian Indigo #401178

Tints of Persian Indigo #401178

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.46%

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

R = 31.84%
G = 8.46%
B = 59.7%

CMYK

 C value IS 0.47

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#401178 (or 0x401178) is known color: Persian Indigo. HEX triplet: 40, 11 and 78. RGB value is (64,17,120). Sum of RGB (Red+Green+Blue) = 64+17+120=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #401178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401178 is #BFEE87. Grayscale: #2A2A2A. Windows color (decimal): -12578440 or 7868736. OLE color: 7868736.

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

Color convert

RGB 64 17 120 -
CMYK 0.47 0.86 0 0.53
HSL 267.38º 0.75% 0.27% -
HSV(B) 267.38º 0.86% 0.47% -
XYZ 5.7 2.85 18.02 -
YUV 42.8 171.57 143.12 -
System Red Green Blue C M Y K H S L
Decimal 64 17 120 0.47 0.86 0 0.53 267.38 0.75 0.27
Hex 40 11 78 2F 56 0 35 10B 4B 1B
Octal 100 21 170 57 126 0 65 413 113 33
Binary 1000000 10001 1111000 101111 1010110 0 110101 100001011 1001011 11011

Color Harmonies of #401178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401178

Black with #401178

Text Example


Text Example

White with #401178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401178; }

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

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

background-color css

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

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

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

border-color css

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

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

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