#431378

Color #431378 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #431378

Tints of Persian Indigo #431378

Color information

#431378 (or 0x431378) is unknown color: approx Persian Indigo. HEX triplet: 43, 13 and 78. RGB value is (67,19,120). Sum of RGB (Red+Green+Blue) = 67+19+120=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 120 (47.27% from 255 or 58.25% from 206); Max value from RGB is 120 - color contains mainly: blue. Hex color #431378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #431378 is #BCEC87. Grayscale: #2C2C2C. Windows color (decimal): -12381320 or 7869251. OLE color: 7869251.

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

Color convert

RGB6719120-
CMYK0.440.8400.53
HSL268.51º72.66%27.25%-
HSV(B)268.51º84.17%47.06%-
XYZ5.943.0218.04-
YUV44.87170.4143.79-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 120 (47.27% from 255) = 58.25%
R=32.52%
G=9.22%
B=58.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal67191200.440.8400.53268.5172.6627.25
Hex4313782C5403510d491b
Octal103231705412406541511133
Binary100001110011111100010110010101000110101100001101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431378; }

 p { color: rgb(67,19,120); }

 H1.HeaderClassName
 {
   color: #431378;
 }
 .AnyTagClassName
 {
   color: #431378;
 }
</style>
background-color css

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

 a { background-color: rgb(67,19,120); }

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

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

 span { border-color: rgb(67,19,120); }

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