#431684

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

Shades of Persian Indigo #431684

Tints of Persian Indigo #431684

Color information

#431684 (or 0x431684) is unknown color: approx Persian Indigo. HEX triplet: 43, 16 and 84. RGB value is (67,22,132). Sum of RGB (Red+Green+Blue) = 67+22+132=221 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.32% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 132 (51.95% from 255 or 59.73% from 221); Max value from RGB is 132 - color contains mainly: blue. Hex color #431684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #431684 is #BCE97B. Grayscale: #2F2F2F. Windows color (decimal): -12380540 or 8656451. OLE color: 8656451.

HSL color Cylindrical-coordinate representation of color #431684: hue angle of 264.55º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #431684 is Cyan = 0.49, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6722132-
CMYK0.490.8300.48
HSL264.55º71.43%30.2%-
HSV(B)264.55º83.33%51.76%-
XYZ6.773.4322.14-
YUV48175.41141.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.32%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 132 (51.95% from 255) = 59.73%
R=30.32%
G=9.95%
B=59.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67221320.490.8300.48264.5571.4330.2
Hex4316843153030109471e
Octal103262046112306041110736
Binary1000011101101000010011000110100110110000100001001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431684; }

 p { color: rgb(67,22,132); }

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

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

 a { background-color: rgb(67,22,132); }

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

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

 span { border-color: rgb(67,22,132); }

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